Sequence that returns the first match of one alternatives plus
this sequence's successor."^" with !"^" with MULTILINE."^" with MULTILINE and UNIX_LINES.")"."(".CompositeSequence that implements CharacterClass.matches(MatcherImpl, int) by applying CharacterClass.matches(int) onto itself.java.util.regex."$" with !"\Z"."\Z"."$" with MULTILINE."\G"."$" with MULTILINE and UNIX_LINES.true iff the subject "qualifies", otherwise false.#greedyQuantifierSequence(Sequence, int, int) when the operand is a bare
character predicate, e.g. a character class.true iff the start of input was hit by the search engine in the last match operation
performed by this matcher; this can only happen if the pattern starts with a boundary matcher or contains
lookbehind constructs.Sequence that matches the alternatives, and, after the first matching
alternative, matches its successor.PatternFactory that implements the LFR regex engine.Predicate which saves the overhead of boxing and unboxing."\R".CharacterClass.matches(int) is guaranteed to return false for all subjects smaller than CharacterClass.lowerBound().Matcher.Pattern.Pattern.true iff the start of the transparent region was hit by the search engine in the last match
operation performed by this matcher; this can only happen if the pattern starts with a boundary matcher or
contains lookbehind constructs.CharSequence that is the "logical reverse" of the cs, i.e. surrogate pairs and
CR-LF pairs are not reversed.Sequences.Sequence in an internal syntax.CompositeSequence chain."\b", and, negated, "\B".CharacterClass.matches(int) is guaranteed to return false for all subjects greater than or equal to CharacterClass.upperBound()."\b", and, negated, "\B".Copyright © 2017 Arno Unkrig. All rights reserved.