Java.Util.Regex Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
Matcher |
An engine that performs match operations on a java. |
Pattern |
A compiled representation of a regular expression. |
PatternSyntaxException |
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern. |
Interfaces
IMatchResult |
The result of a match operation. |
Enums
RegexOptions |
Enumerates values returned by several types and taken as a parameter of the F:Java.Util.Regex.Pattern.Compile member. |