>
Home
>
Documentation
>
Latest documentation
>
Filters
>
backslash
NAVIGATION
Home
Documentation
Downloads
Mail lists and IRC
External websites
Suggestions and contributions
User location map
RECENTLY VIEWED
backslash
ACCOUNT LOGIN
You are not logged in
Log in
Create an account
Password reminder
backslash
Strip all backslash (
\
) characters from the text.
Example
[
filter backslash
]
All of the
\
characters should
\
be
\
\
\
stripped
\
\
[
/
filter
]
Results in:
All of the characters should be stripped
Source code
sub
{
my
$val
=
shift
;
$val
=
~
s
/
\\
+
/
/
g
;
return
$val
;
}
Category:
Filters
Last modified by:
Kevin Walsh
Modification date: Thursday 15 February 2007 at 5:35 PM (EST)
SPONSORS
Donations and sponsorship
Home
|
Legal nonsense
|
Privacy policy
|
Contact us
Copyright © 2001-2008
Cursor Software Limited
. All Rights Reserved.