Welcome To Snipplr


Everyone's Recent Snippets Tagged replace



1 2 3 4 5 Next »
\Q...\E perl quoting means no ugly escaping in the regex. find's -print0 with xargs -0 is the secret to handling files with spaces in their names.
1 1688 posted 17 years ago by ches
list the exceptions where you don't want to replace in the rewrite rules before the one that matches the underscore, and finish them with [L], otherwise they'll get replaced too. [N] means rerun the whole replacing stuff once the line matched... c...
0 2080 posted 17 years ago by eszpee
This allows you to replace the bog standard browser button (form buttons) with any image you wish.
9 2484 posted 18 years ago by 1man
Strip out non-alphanumeric characters. Very useful for use with filenames.
3 1553 posted 18 years ago by andyhartleeds
actionscript crawler find replace
1 886 posted 18 years ago by jumikan
Why doesn't this work?
1 1104 posted 18 years ago by gaunab
Using this command makes it easy to do a project-wide search-and-replace
0 1031 posted 18 years ago by collin
Builds a function which replace some caracters
1 1341 posted 19 years ago by dandyna
Usefull Regular Expressions enhancement. Simplifies standard string operations escaping special chars. And also saves precompiled REs for a speed increase.
1 1245 posted 19 years ago by cochambre
3 1524 posted 19 years ago by jhenry
1 2 3 4 5 Next »