Class PatternModel.AnchoredSearchMode

  • Enclosing class:
    PatternModel

    public static class PatternModel.AnchoredSearchMode
    extends PatternModel.RegexCreator
    Support for anchored input. PENDING: NOT TESTED - simply moved! Need to define requirements...
    • Constructor Detail

      • AnchoredSearchMode

        public AnchoredSearchMode()
    • Method Detail

      • isStartAnchored

        public boolean isStartAnchored()
        returns true if the pattern must match from the beginning of the string, or false if the pattern can match anywhere in a string.
      • isEndAnchored

        public boolean isEndAnchored()
        returns true if the pattern must match from the beginning of the string, or false if the pattern can match anywhere in a string.