in reply to Re: Command Line Regex
in thread Command Line Regex
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.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Command Line Regex
by polettix (Vicar) on Apr 07, 2006 at 14:16 UTC | |
by parv (Parson) on Apr 07, 2006 at 16:19 UTC |