Package org.apache.jena.sparql.expr
Interface RegexEngine
-
- All Known Implementing Classes:
RegexJava,RegexXerces
public interface RegexEngineInterface to abstract away from specific regular expression systems (Apache Xerces and java.util.regex)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(java.lang.String string)
-