com.tonicsystems.jarjar.regex
Interface RegexEngine

All Known Implementing Classes:
GnuRegexEngine

public interface RegexEngine


Method Summary
 Pattern compile(java.lang.String pattern)
           
 

Method Detail

compile

public Pattern compile(java.lang.String pattern)