Regular Expressions
Created on 2007-Jan-04
Updated on 2007-Jan-04
search: ([A-Za-z0-9\s-=";/0]*)
replace: $1whateveryouwant
The () mark takes place of $1
e.g.
this is wrong: <td><img src="img/D0204</td>
A web and systems development journal (from a–too busy–web developer who does a lot of various IT work.)
search: ([A-Za-z0-9\s-=";/0]*)
replace: $1whateveryouwant
The () mark takes place of $1
e.g.
this is wrong: <td><img src="img/D0204</td>
I was reading through the mails in the php-general mailing list and came across this mail by Rasmus about AJAX