Package com.tonicsystems.jarjar.regex
Interface RegexEngine
-
- All Known Implementing Classes:
GnuRegexEngine
public interface RegexEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pattern
compile(java.lang.String pattern)
-
-
-
Method Detail
-
compile
Pattern compile(java.lang.String pattern)
-
-