DIM hRegexp AS Regexp

hRegexp = NEW Regexp ( Subject AS String, Pattern AS String [ , CompileOptions AS Integer, ExecOptions AS Integer ] )

Creates a new Regexp object, compiles a regular expression and matches it against some subject text.