[thelist] RegExps in Cold Fusion!

John Pye john.pye at purplehouse.com
Tue Jan 23 14:28:31 CST 2001


Thanks Seth.

Managed to not RTFM, it seems %[

Much obliged!
John


<tip type="Regular expressions in Cold Fusion">
Some of the fancy features of Regular Expressions available in JScript don't
work in Cold Fusion (and maybe elsewhere too). For example:

 (?:pattern) non-capturing match
 (?!pattern) negative look-ahead match
 (?=pattern) positive look-ahead match
</tip>






More information about the thelist mailing list