
Jasmine
Administrator
Jan 19, 2001, 2:42 PM
Post #1 of 1
(1066 views)
|
|
How do I unescape a string?
|
Can't Post
|
|
(From the Perl FAQ) How do I unescape a string? It depends just what you mean by ``escape''. URL escapes are dealt with in the perlfaq9 manpage. Shell escapes with the backslash (\) character are removed with: This won't expand "\n" or "\t" or any other special escapes.
|