New1
Previous
Next
Initializes a Regex object using the specified pattern.
Syntax: New1 (Pattern As String)
Example:
Regex1.New1(
"(?<=\.\s*|^)(\w)(\w*)"
)