- P - Static variable in class regexodus.Category
-
- pattern() - Method in class regexodus.Matcher
-
- pattern() - Method in interface regexodus.MatchResult
-
- Pattern - Class in regexodus
-
A handle for a precompiled regular expression; core operations should be identical to java.util.regex.Pattern .
- Pattern() - Constructor for class regexodus.Pattern
-
- Pattern(String) - Constructor for class regexodus.Pattern
-
Compiles an expression with default flags.
- Pattern(String, String) - Constructor for class regexodus.Pattern
-
Compiles a regular expression using Perl5-style flags.
- PatternSyntaxException - Exception in regexodus
-
Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.
- PatternSyntaxException(String) - Constructor for exception regexodus.PatternSyntaxException
-
- Pc - Static variable in class regexodus.Category
-
- Pc - Static variable in interface regexodus.UnicodeConstants
-
- Pd - Static variable in class regexodus.Category
-
- Pd - Static variable in interface regexodus.UnicodeConstants
-
- Pe - Static variable in class regexodus.Category
-
- Pe - Static variable in interface regexodus.UnicodeConstants
-
- PerlSubstitution - Class in regexodus
-
An implementation of the Substitution interface.
- PerlSubstitution(String) - Constructor for class regexodus.PerlSubstitution
-
- Pf - Static variable in class regexodus.Category
-
- Pf - Static variable in interface regexodus.UnicodeConstants
-
- Pi - Static variable in class regexodus.Category
-
- Pi - Static variable in interface regexodus.UnicodeConstants
-
- Po - Static variable in class regexodus.Category
-
- Po - Static variable in interface regexodus.UnicodeConstants
-
- prefix() - Method in class regexodus.Matcher
-
- PREFIX - Static variable in interface regexodus.MatchResult
-
- prefix() - Method in interface regexodus.MatchResult
-
- previous() - Method in class regexodus.ds.CharArrayList.CharListIterator
-
Delegates to the corresponding type-specific method.
- previousChar() - Method in class regexodus.ds.CharArrayList.CharListIterator
-
- previousIndex() - Method in class regexodus.ds.CharArrayList.CharListIterator
-
- proceed() - Method in class regexodus.Matcher
-
Continues to search from where the last search left off.
- proceed(int) - Method in class regexodus.Matcher
-
Continues to search from where the last search left off using specified options:
- Ps - Static variable in class regexodus.Category
-
- Ps - Static variable in interface regexodus.UnicodeConstants
-
- put(char, char) - Method in class regexodus.ds.CharCharMap
-