I thought it might be nice to have a little archive of Javascript Regular Expressions for other people coming through.
This one is for pulling <script> tags out of a string. It should match any case, account for attributes in the opening tag, and match any code including line breaks in between the tags.
First up, [...]
Posts Tagged ‘regex’
Reg Ex for Script Tags
May 12th, 2006
3 Comments




