RegEx

Top  Previous  Next

You can use the routines in this namespace for regular expression matching and replacing. The namespace has an alias "RE".

 

Available Routines

RegEx.Create
RegEx.Exec
RegEx.ExecNext
RegEx.FindMatches
RegEx.Free
RegEx.Match
RegEx.Replace
RegEx.Replace2
RegEx.ReplaceMatches
RegEx.SetExpression

 

Please note that routines RegEx.FindMatches and RegEx.ReplaceMatches are standalone routines and don't use a RegEx object returned by RegEx.Create.