Interface Rule.RPattern

  • Enclosing class:
    Rule

    public static interface Rule.RPattern
    A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.
    • Method Detail

      • isMatch

        boolean isMatch​(java.lang.CharSequence input)