Java.Util.Regex Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
IMatchResultHolds the results of a successful match of a Java.Util.Regex.Pattern against a given string.
MatcherThe result of applying a Pattern to a given input.
PatternPatterns are compiled regular expressions.
PatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of a Java.Util.Regex.Pattern.
RegexOptionsEnumerates values returned by several types and taken as a parameter of the Java.Util.Regex.Pattern.Compile member.