Options for Java Regular Expressions


OptionDescriptionBackend valuePortable value
CANON_EQCanonical equivalence.128(not portable)
CASE_INSENSITIVECase-insensitive matching.2ignorecase
COMMENTSAllow whitespace and comments in pattern.4comments
DOTALLEnables dotall mode.32(not portable)
LITERALLiteral parsing of the pattern.16(not portable)
MULTILINEMultiline mode.8(not portable)
UNICODE_CASEUnicode-aware case folding.64(not portable)
UNIX_LINESUnix lines mode.1(not portable)