com.hp.hpl.jena.sparql.expr
Interface RegexEngine

All Known Implementing Classes:
RegexJava, RegexXerces

public interface RegexEngine

Interface to abstract away from specific regular expression systsms (ORO and java.util.regex)


Method Summary
 boolean match(String string)
           
 

Method Detail

match

boolean match(String string)


Licenced under the Apache License, Version 2.0