Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
reMatchNoCase(reg_expression, string)
→ returns array
Uses a regular expression (RE) to search a string for a pattern.
string = "1234AbcacAcdd";
writeDump(reMatchNoCase("[A-Z]+",string)) ;
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.