ColdFusion Regular Expressions – REMatch() and REMatchNoCase()
Posted by David Faber on March 30, 2013
I’m embarrassed that I am only finding out about these two functions six years after they were introduced. I was using reFind()
and looping over the len
and pos
arrays as recently as this month!
Leave a Comment