Uses of Class
java.util.regex.PatternSyntaxException
| Package | Description |
|---|---|
| java.util.regex |
-
Uses of PatternSyntaxException in java.util.regex
Methods in java.util.regex that throw PatternSyntaxException Modifier and Type Method Description static PatternPattern. compile(String regularExpression, int flags)Returns a compiled form of the givenregularExpression, as modified by the givenflags.