Lucee Function Reference

Function REMATCHNOCASE

Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.

Example

rematchnocase(string reg_expression,string string):array

Category

string,regex

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
reg_expression string  Yes Regular expression for which to search. Case-insensitive.  
string string  Yes String in which to search.