Interface RegexEngine

  • All Known Implementing Classes:
    RegexJava, RegexXerces

    public interface RegexEngine
    Interface to abstract away from specific regular expression systems (Apache Xerces and java.util.regex)
    • Method Detail

      • match

        boolean match​(java.lang.String string)