| Creates a regular expression pattern matcher
Parameters: pattern - The pattern is in the form of a javascript regexp pattern - /regexp/flags - where regexp is the expression pattern and flags are additional qualifiers. Flags can be i=case insensitive, m=multiline mode, t=nulls always return true, f=nulls always return false. Flags can be placed in any order in the flag string or may be excluded althgether. |