Well, OP has almost what C<URI::Escape::uri_unescape()> does (after including C</e>). Only difference is that C<uri_unescape()> uses C<[0-9A-F]{2}>, which include 128 (UPDATE: 0xff - 0x7f; previously i wrote 72, calcualted very wrongly) extra characters. (For the pedantic, C<uri_unescape()> also differentiates the list context.)
In reply to Re^2: Command Line Regex
by parv
in thread Command Line Regex
by ramblinpeck
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |