User Tools

Site Tools


docs:tips_n_tricks:shellscripting:code:decoding.html

De/Encoding

Replace URL-Schme %XX encoded characters

perl -pe 's/\%(\w\w)/chr hex $1/ge'

References:

* Found here

shell perl url html encoding charset

docs/tips_n_tricks/shellscripting/code/decoding.html.txt · Last modified: 07.04.2024 15:09 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki