- matcher
Creates a matcher that will match the given input against this pattern.
- compile
- quote
Returns a literal pattern String for the specifiedString.This method produces a String that can be u
- split
Splits the given input sequence around matches of this pattern. The array
returned by this method co
- pattern
- matches
- toString
Returns the string representation of this pattern. This is the regular
expression from which this pa
- flags
Returns this pattern's match flags.
- splitAsStream
- asPredicate
- <init>
This private constructor is used to create all Patterns. The pattern string and
match flags are all
- compileImpl