JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
mysql_fetch_all
auto-submit
apply*00
php flickr! personal photo album
table javascript css
Run command collecting the output
Prototype
clean form
Regex: "LinktoEbayitem "
100 pornsite hacked passes (bangbros, seehersquirt, etc ) rar.torrent
Rate this script:
I Love it
/
I Hate it
Escape a character with backslashes
Code
s =
"12345"
puts s.gsub
(
/
(
2
|
4
)
/,
'
\\
\\
\1
'
)
$s
=
"12345"
;
print
preg_replace
(
"/(2|4)/"
,
'
\\
\\
\1
'
,
$s
)
;
$s
=
"123456"
;
$s
=~ s/
(
2
|
4
)
/\\\1x/g;
print
$s
;
Escape a character with backslashes scripts
|
Escape a character with backslashes snippet
|
Escape a character with backslashes example
|
Escape a character with backslashes tutorial
|
Escape a character with backslashes code