Match
Match(sText AS String, sRegEx AS String[, nFlagSyntax AS Integer]) AS Boolean
Return TRUE if a regular expression <sRegEx> match at the brginning
the string <sText>.
The syntax option can get this values:
0x01 = ECMAScript
0x02 = basic
0x04 = extended
0x08 = awk
0x10 = grep
0x20 = egrep
0x0100 = icase
0x0200 = nosubs
0x0400 = optimize
0x0800 = collate