Index

A B C D E F G I J L M N O P S U 
All Classes and Interfaces|All Packages|Constant Field Values

A

ALLOW_EMPTY_CLASS - Static variable in interface org.pcre4j.api.IPcre2
Allow empty classes
ALT_BSUX - Static variable in interface org.pcre4j.api.IPcre2
Alternative handling of ⧵u, ⧵U, and ⧵x
ALT_CIRCUMFLEX - Static variable in interface org.pcre4j.api.IPcre2
Alternative handling of ^ in multiline mode
ALT_VERBNAMES - Static variable in interface org.pcre4j.api.IPcre2
Process backslashes in verb names
ANCHORED - Static variable in interface org.pcre4j.api.IPcre2
Force pattern anchoring
AUTO_CALLOUT - Static variable in interface org.pcre4j.api.IPcre2
Compile automatic callouts

B

BSR_ANYCRLF - Static variable in interface org.pcre4j.api.IPcre2
\R corresponds to CR, LF, and CRLF only
BSR_UNICODE - Static variable in interface org.pcre4j.api.IPcre2
\R corresponds to the Unicode line endings

C

CASELESS - Static variable in interface org.pcre4j.api.IPcre2
Do caseless matching
codeFree(long) - Method in interface org.pcre4j.api.IPcre2
Free a compiled pattern resources.
compile(String, int, int[], long[], long) - Method in interface org.pcre4j.api.IPcre2
Compile a regular expression pattern.
compileContextCopy(long) - Method in interface org.pcre4j.api.IPcre2
Create a copy of a compile context.
compileContextCreate(long) - Method in interface org.pcre4j.api.IPcre2
Create a new compile context.
compileContextFree(long) - Method in interface org.pcre4j.api.IPcre2
Free a compile context.
config(int) - Method in interface org.pcre4j.api.IPcre2
Get the amount of memory needed to store the information referred to by about the optional features of the PCRE2 library.
config(int, int[]) - Method in interface org.pcre4j.api.IPcre2
Get the information referred to by about the optional features of the PCRE2 library.
config(int, ByteBuffer) - Method in interface org.pcre4j.api.IPcre2
Get the information referred to by about the optional features of the PCRE2 library.
CONFIG_BSR - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_COMPILED_WIDTHS - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_DEPTHLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_HEAPLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_JIT - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_JITTARGET - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_LINKSIZE - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_MATCHLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_NEVER_BACKSLASH_C - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_NEWLINE - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_PARENSLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_RECURSIONLIMIT - Static variable in interface org.pcre4j.api.IPcre2
Deprecated.
CONFIG_STACKRECURSE - Static variable in interface org.pcre4j.api.IPcre2
Deprecated.
CONFIG_TABLES_LENGTH - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_UNICODE - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_UNICODE_VERSION - Static variable in interface org.pcre4j.api.IPcre2
 
CONFIG_VERSION - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_GLOB - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_GLOB_NO_STARSTAR - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_GLOB_NO_WILD_SEPARATOR - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_NO_UTF_CHECK - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_POSIX_BASIC - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_POSIX_EXTENDED - Static variable in interface org.pcre4j.api.IPcre2
 
CONVERT_UTF - Static variable in interface org.pcre4j.api.IPcre2
 
COPY_MATCHED_SUBJECT - Static variable in interface org.pcre4j.api.IPcre2
On success, make a private subject copy

D

DFA_RESTART - Static variable in interface org.pcre4j.api.IPcre2
 
DFA_SHORTEST - Static variable in interface org.pcre4j.api.IPcre2
 
DISABLE_RECURSELOOP_CHECK - Static variable in interface org.pcre4j.api.IPcre2
 
DOLLAR_ENDONLY - Static variable in interface org.pcre4j.api.IPcre2
$ not to match newline at end
DOTALL - Static variable in interface org.pcre4j.api.IPcre2
.
DUPNAMES - Static variable in interface org.pcre4j.api.IPcre2
Allow duplicate names for subpatterns

E

ENDANCHORED - Static variable in interface org.pcre4j.api.IPcre2
Pattern can match only at end of subject
ERROR_ALPHA_ASSERTION_UNKNOWN - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_C_CALLER_DISABLED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_C_LIBRARY_DISABLED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_C_SYNTAX - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_G_SYNTAX - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_K_IN_LOOKAROUND - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_K_SYNTAX - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_N_IN_CLASS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_O_MISSING_BRACE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BACKSLASH_U_CODE_POINT_TOO_BIG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BAD_LITERAL_OPTIONS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BAD_OPTIONS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BAD_RELATIVE_REFERENCE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BAD_SUBPATTERN_REFERENCE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADDATA - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADMAGIC - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADMODE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADOFFSET - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADOFFSETLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADOPTION - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADREPESCAPE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADREPLACEMENT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADSERIALIZEDDATA - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADSUBSPATTERN - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADSUBSTITUTION - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_BADUTFOFFSET - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CALLOUT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CALLOUT_BAD_STRING_DELIMITER - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CALLOUT_NO_STRING_DELIMITER - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CALLOUT_NUMBER_TOO_BIG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CALLOUT_STRING_TOO_LONG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CLASS_INVALID_RANGE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CLASS_RANGE_ORDER - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CODE_POINT_TOO_BIG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CONDITION_ASSERTION_EXPECTED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CONDITION_ATOMIC_ASSERTION_EXPECTED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_CONVERT_SYNTAX - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DEFINE_TOO_MANY_BRANCHES - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DEPTHLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_BADRESTART - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_RECURSE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_UCOND - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_UFUNC - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_UINVALID_UTF - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_UITEM - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DFA_WSSIZE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_DUPLICATE_SUBPATTERN_NAME - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_END_BACKSLASH - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_END_BACKSLASH_C - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_ESCAPE_INVALID_IN_CLASS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_ESCAPE_INVALID_IN_VERB - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_HEAP_FAILED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_HEAPLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_BAD_CODE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_BAD_CODE_AUTO_POSSESS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_BAD_CODE_IN_SKIP - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_BAD_CODE_LOOKBEHINDS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_CODE_OVERFLOW - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_DUPMATCH - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_MISSING_SUBPATTERN - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_OVERRAN_WORKSPACE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_PARSED_OVERFLOW - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_STUDY_ERROR - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_UNEXPECTED_REPEAT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INTERNAL_UNKNOWN_NEWLINE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INVALID_AFTER_PARENS_QUERY - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INVALID_HEXADECIMAL - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INVALID_HYPHEN_IN_OPTIONS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INVALID_OCTAL - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INVALID_SUBPATTERN_NAME - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_INVALIDOFFSET - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_JIT_BADOPTION - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_JIT_STACKLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_LOOKBEHIND_INVALID_BACKSLASH_C - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_LOOKBEHIND_NOT_FIXED_LENGTH - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_LOOKBEHIND_TOO_COMPLICATED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_LOOKBEHIND_TOO_LONG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MALFORMED_UNICODE_PROPERTY - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MARK_MISSING_ARGUMENT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MATCHLIMIT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_CALLOUT_CLOSING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_CLOSING_PARENTHESIS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_COMMENT_CLOSING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_CONDITION_CLOSING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_NAME_TERMINATOR - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_OCTAL_OR_HEX_DIGITS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MISSING_SQUARE_BRACKET - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_MIXEDTABLES - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NO_SURROGATES_IN_UTF16 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NOMATCH - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NOMEMORY - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NOSUBSTRING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NOUNIQUESUBSTRING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NULL - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_NULL_PATTERN - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_OCTAL_BYTE_TOO_BIG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PARENS_QUERY_R_MISSING_CLOSING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PARENTHESES_NEST_TOO_DEEP - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PARENTHESES_STACK_CHECK - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PARTIAL - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PATTERN_STRING_TOO_LONG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PATTERN_TOO_COMPLICATED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_PATTERN_TOO_LARGE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_POSIX_CLASS_NOT_IN_CLASS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_POSIX_NO_SUPPORT_COLLATING - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_QUANTIFIER_INVALID - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_QUANTIFIER_OUT_OF_ORDER - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_QUANTIFIER_TOO_BIG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_QUERY_BARJX_NEST_TOO_DEEP - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_RECURSELOOP - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_RECURSIONLIMIT - Static variable in interface org.pcre4j.api.IPcre2
Deprecated.
ERROR_REPMISSINGBRACE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_SCRIPT_RUN_NOT_AVAILABLE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_SUBPATTERN_NAME_EXPECTED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_SUBPATTERN_NAME_TOO_LONG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_SUBPATTERN_NAMES_MISMATCH - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_SUBPATTERN_NUMBER_TOO_BIG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_SUPPORTED_ONLY_IN_UNICODE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_TOO_MANY_CAPTURES - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_TOO_MANY_CONDITION_BRANCHES - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_TOO_MANY_NAMED_SUBPATTERNS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_TOOMANYREPLACE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UCP_IS_DISABLED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNAVAILABLE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNICODE_DISALLOWED_CODE_POINT - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNICODE_NOT_SUPPORTED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNICODE_PROPERTIES_UNAVAILABLE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNKNOWN_ESCAPE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNKNOWN_POSIX_CLASS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNKNOWN_UNICODE_PROPERTY - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNMATCHED_CLOSING_PARENTHESIS - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNRECOGNIZED_AFTER_QUERY_P - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNSET - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UNSUPPORTED_ESCAPE_SEQUENCE - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF_IS_DISABLED - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF16_ERR1 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF16_ERR2 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF16_ERR3 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF32_ERR1 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF32_ERR2 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR1 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR10 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR11 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR12 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR13 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR14 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR15 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR16 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR17 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR18 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR19 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR2 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR20 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR21 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR3 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR4 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR5 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR6 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR7 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR8 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_UTF8_ERR9 - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_VERB_ARGUMENT_NOT_ALLOWED - Static variable in interface org.pcre4j.api.IPcre2
Deprecated.
ERROR_VERB_NAME_TOO_LONG - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_VERB_UNKNOWN - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_VERSION_CONDITION_SYNTAX - Static variable in interface org.pcre4j.api.IPcre2
 
ERROR_ZERO_RELATIVE_REFERENCE - Static variable in interface org.pcre4j.api.IPcre2
 
EXTENDED - Static variable in interface org.pcre4j.api.IPcre2
Ignore white space and # comments
EXTENDED_MORE - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ALLOW_LOOKAROUND_BSK - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ALLOW_SURROGATE_ESCAPES - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ALT_BSUX - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ASCII_BSD - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ASCII_BSS - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ASCII_BSW - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ASCII_DIGIT - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ASCII_POSIX - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_BAD_ESCAPE_IS_LITERAL - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_CASELESS_RESTRICT - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_ESCAPED_CR_IS_LF - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_MATCH_LINE - Static variable in interface org.pcre4j.api.IPcre2
 
EXTRA_MATCH_WORD - Static variable in interface org.pcre4j.api.IPcre2
 

F

FIRSTLINE - Static variable in interface org.pcre4j.api.IPcre2
Force matching to be before newline

G

generalContextCopy(long) - Method in interface org.pcre4j.api.IPcre2
Create a copy of a general context.
generalContextCreate(long, long, long) - Method in interface org.pcre4j.api.IPcre2
Create a new general context.
generalContextFree(long) - Method in interface org.pcre4j.api.IPcre2
Free a general context.
getErrorMessage(int, ByteBuffer) - Method in interface org.pcre4j.api.IPcre2
Get the error message for the given error code.
getOvector(long, long[]) - Method in interface org.pcre4j.api.IPcre2
Get the output vector of the match data
getOvectorCount(long) - Method in interface org.pcre4j.api.IPcre2
Get number of the offset pairs in the output vector of the match data

I

INFO_ALLOPTIONS - Static variable in interface org.pcre4j.api.IPcre2
Final options after compiling
INFO_ARGOPTIONS - Static variable in interface org.pcre4j.api.IPcre2
INFO_BACKREFMAX - Static variable in interface org.pcre4j.api.IPcre2
Number of highest backreference
INFO_BSR - Static variable in interface org.pcre4j.api.IPcre2
What \R matches: PCRE2_BSR_UNICODE: Unicode line endings PCRE2_BSR_ANYCRLF: CR, LF, or CRLF only
INFO_CAPTURECOUNT - Static variable in interface org.pcre4j.api.IPcre2
Number of capturing subpatterns
INFO_DEPTHLIMIT - Static variable in interface org.pcre4j.api.IPcre2
Backtracking depth limit if set, otherwise ERROR_UNSET
INFO_EXTRAOPTIONS - Static variable in interface org.pcre4j.api.IPcre2
Extra options that were passed in the compile context
INFO_FIRSTBITMAP - Static variable in interface org.pcre4j.api.IPcre2
Bitmap of first code units, or 0
INFO_FIRSTCODETYPE - Static variable in interface org.pcre4j.api.IPcre2
Type of start-of-match information 0 nothing set 1 first code unit is set 2 start of string or after newline
INFO_FIRSTCODEUNIT - Static variable in interface org.pcre4j.api.IPcre2
First code unit when type is 1
INFO_FRAMESIZE - Static variable in interface org.pcre4j.api.IPcre2
Size of backtracking frame
INFO_HASBACKSLASHC - Static variable in interface org.pcre4j.api.IPcre2
Return 1 if pattern contains \C
INFO_HASCRORLF - Static variable in interface org.pcre4j.api.IPcre2
Return 1 if explicit CR or LF matches exist in the pattern
INFO_HEAPLIMIT - Static variable in interface org.pcre4j.api.IPcre2
Heap memory limit if set, otherwise ERROR_UNSET
INFO_JCHANGED - Static variable in interface org.pcre4j.api.IPcre2
Return 1 if (?J) or (?-J) was used
INFO_JITSIZE - Static variable in interface org.pcre4j.api.IPcre2
Size of JIT compiled code, or 0
INFO_LASTCODETYPE - Static variable in interface org.pcre4j.api.IPcre2
Type of must-be-present information 0 nothing set 1 code unit is set
INFO_LASTCODEUNIT - Static variable in interface org.pcre4j.api.IPcre2
Last code unit when type is 1
INFO_MATCHEMPTY - Static variable in interface org.pcre4j.api.IPcre2
1 if the pattern can match an empty string, 0 otherwise
INFO_MATCHLIMIT - Static variable in interface org.pcre4j.api.IPcre2
Match limit if set, otherwise ERROR_UNSET
INFO_MAXLOOKBEHIND - Static variable in interface org.pcre4j.api.IPcre2
Length (in characters) of the longest lookbehind assertion
INFO_MINLENGTH - Static variable in interface org.pcre4j.api.IPcre2
Lower bound length of matching strings
INFO_NAMECOUNT - Static variable in interface org.pcre4j.api.IPcre2
Number of named subpatterns
INFO_NAMEENTRYSIZE - Static variable in interface org.pcre4j.api.IPcre2
Size of name table entries
INFO_NAMETABLE - Static variable in interface org.pcre4j.api.IPcre2
Pointer to name table
INFO_NEWLINE - Static variable in interface org.pcre4j.api.IPcre2
INFO_RECURSIONLIMIT - Static variable in interface org.pcre4j.api.IPcre2
Deprecated.
INFO_SIZE - Static variable in interface org.pcre4j.api.IPcre2
Size of compiled pattern
IPcre2 - Interface in org.pcre4j.api
Interface for the PCRE2 API.

J

JIT_COMPLETE - Static variable in interface org.pcre4j.api.IPcre2
Compile code for full matching
JIT_INVALID_UTF - Static variable in interface org.pcre4j.api.IPcre2
Deprecated.
JIT_PARTIAL_HARD - Static variable in interface org.pcre4j.api.IPcre2
Compile code for hard partial matching
JIT_PARTIAL_SOFT - Static variable in interface org.pcre4j.api.IPcre2
Compile code for soft partial matching
jitCompile(long, int) - Method in interface org.pcre4j.api.IPcre2
JIT-compile a compiled pattern.
jitMatch(long, String, int, int, long, long) - Method in interface org.pcre4j.api.IPcre2
Match a compiled pattern against a subject string.
jitStackAssign(long, long, long) - Method in interface org.pcre4j.api.IPcre2
Assign the JIT stack to a match context.
jitStackCreate(long, long, long) - Method in interface org.pcre4j.api.IPcre2
Create a JIT stack.
jitStackFree(long) - Method in interface org.pcre4j.api.IPcre2
Free a JIT stack.

L

LITERAL - Static variable in interface org.pcre4j.api.IPcre2
Pattern characters are all literal

M

match(long, String, int, int, long, long) - Method in interface org.pcre4j.api.IPcre2
Match a compiled pattern against a subject string.
MATCH_INVALID_UTF - Static variable in interface org.pcre4j.api.IPcre2
Enable support for matching invalid UTF
MATCH_UNSET_BACKREF - Static variable in interface org.pcre4j.api.IPcre2
Match unset backreferences
matchContextCopy(long) - Method in interface org.pcre4j.api.IPcre2
Create a copy of a match context.
matchContextCreate(long) - Method in interface org.pcre4j.api.IPcre2
Create a new match context.
matchContextFree(long) - Method in interface org.pcre4j.api.IPcre2
Free a match context.
matchDataCreate(int, long) - Method in interface org.pcre4j.api.IPcre2
Create a new match data block.
matchDataCreateFromPattern(long, long) - Method in interface org.pcre4j.api.IPcre2
Create a new match data block from a compiled pattern.
matchDataFree(long) - Method in interface org.pcre4j.api.IPcre2
Free a match data block.
MULTILINE - Static variable in interface org.pcre4j.api.IPcre2
^ and $ match newlines within data

N

NEVER_BACKSLASH_C - Static variable in interface org.pcre4j.api.IPcre2
Lock out the use of \C in patterns
NEVER_UCP - Static variable in interface org.pcre4j.api.IPcre2
Lock out PCRE2_UCP, e.g.
NEVER_UTF - Static variable in interface org.pcre4j.api.IPcre2
Lock out PCRE2_UTF, e.g.
NEWLINE_ANY - Static variable in interface org.pcre4j.api.IPcre2
Any Unicode newline sequence
NEWLINE_ANYCRLF - Static variable in interface org.pcre4j.api.IPcre2
NEWLINE_CR - Static variable in interface org.pcre4j.api.IPcre2
Carriage return only (\r)
NEWLINE_CRLF - Static variable in interface org.pcre4j.api.IPcre2
CR followed by LF only (\r\n)
NEWLINE_LF - Static variable in interface org.pcre4j.api.IPcre2
Linefeed only (\n)
NEWLINE_NUL - Static variable in interface org.pcre4j.api.IPcre2
NUL character (\0)
NO_AUTO_CAPTURE - Static variable in interface org.pcre4j.api.IPcre2
Disable numbered capturing parentheses (named ones available)
NO_AUTO_POSSESS - Static variable in interface org.pcre4j.api.IPcre2
Disable auto-possessification
NO_DOTSTAR_ANCHOR - Static variable in interface org.pcre4j.api.IPcre2
Disable automatic anchoring for .*
NO_JIT - Static variable in interface org.pcre4j.api.IPcre2
Do not use JIT matching
NO_START_OPTIMIZE - Static variable in interface org.pcre4j.api.IPcre2
Disable match-time start optimizations
NO_UTF_CHECK - Static variable in interface org.pcre4j.api.IPcre2
Do not check the pattern for UTF validity (only relevant if UTF is set)
NOTBOL - Static variable in interface org.pcre4j.api.IPcre2
Subject string is not the beginning of a line
NOTEMPTY - Static variable in interface org.pcre4j.api.IPcre2
An empty string is not a valid match
NOTEMPTY_ATSTART - Static variable in interface org.pcre4j.api.IPcre2
An empty string at the start of the subject is not a valid match
NOTEOL - Static variable in interface org.pcre4j.api.IPcre2
Subject string is not the end of a line

O

org.pcre4j.api - package org.pcre4j.api
 

P

PARTIAL_HARD - Static variable in interface org.pcre4j.api.IPcre2
Return ERROR_PARTIAL for a partial match if no full matches are found
PARTIAL_SOFT - Static variable in interface org.pcre4j.api.IPcre2
Return ERROR_PARTIAL for a partial match even if there is a full match
patternInfo(long, int) - Method in interface org.pcre4j.api.IPcre2
Retrieve size of the information about a compiled pattern.
patternInfo(long, int, int[]) - Method in interface org.pcre4j.api.IPcre2
Retrieve the information about a compiled pattern as Integer.
patternInfo(long, int, long[]) - Method in interface org.pcre4j.api.IPcre2
Retrieve the information about a compiled pattern as Long.
patternInfo(long, int, ByteBuffer) - Method in interface org.pcre4j.api.IPcre2
Retrieve the information about a compiled pattern as byte buffer.

S

setNewline(long, int) - Method in interface org.pcre4j.api.IPcre2
Set the newline convention within a compile context
SUBSTITUTE_EXTENDED - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_GLOBAL - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_LITERAL - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_MATCHED - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_OVERFLOW_LENGTH - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_REPLACEMENT_ONLY - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_UNKNOWN_UNSET - Static variable in interface org.pcre4j.api.IPcre2
 
SUBSTITUTE_UNSET_EMPTY - Static variable in interface org.pcre4j.api.IPcre2
 

U

UCP - Static variable in interface org.pcre4j.api.IPcre2
Use Unicode properties for \d, \w, etc.
UNGREEDY - Static variable in interface org.pcre4j.api.IPcre2
Invert greediness of quantifiers
USE_OFFSET_LIMIT - Static variable in interface org.pcre4j.api.IPcre2
Enable offset limit for unanchored matching
UTF - Static variable in interface org.pcre4j.api.IPcre2
Treat pattern and subjects as UTF strings
A B C D E F G I J L M N O P S U 
All Classes and Interfaces|All Packages|Constant Field Values