Interface FSStringConstraint

    • Method Detail

      • equals

        void equals​(String s)
        String value of matched FS must match input String.
        Parameters:
        s - The string that the matched FS must equal.
      • match

        boolean match​(String s)
        Check if String matches defined constraints.
        Parameters:
        s - The String to be checked.
        Returns:
        true iff the String satisfies the constraints.