Package com.mapr.utils
Class Regexes
- java.lang.Object
-
- com.mapr.utils.Regexes
-
public class Regexes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Regexes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetRegexPrefix(java.lang.String regexString)Traverse the supplied regular expression pattern and return its literal prefix, or empty string if a valid prefix could not be found
-