Link Search Menu Expand Document

Methods

The following methods are defined in the RegexPattern class.

Name Description
GetPattern Get the string of the compile source regular expression
Added since Ver5.0.1
Matcher Create a RegexMatcher object that matches the regular expression pattern with the input string
Split Gets a String array split based on a match between the regular expression pattern and the input string

Static methods

Name Description
Compile Compile the regular expression to create a RegexPattern object
Unicode mode has been added from Ver5.0.1
Matches Matches the specified regular expression and string
Unicode mode has been added from Ver5.0.1