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 Summary

    Modifier and Type
    Method
    Description
    boolean
    match(String string)
     
  • Method Details

    • match

      boolean match(String string)