| Documentation |
|
DIM hRegexp AS Regexp hRegexp = NEW Regexp ( [ Subject AS String, Pattern AS String, CompileOptions AS Integer, ExecOptions AS Integer ] )
Creates a new Regexp object, and optionally compiles a regular expression and matches it against some subject text.