Package com.mapr.utils
Class Regexes
java.lang.Object
com.mapr.utils.Regexes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRegexPrefix(String regexString) Traverse the supplied regular expression pattern and return its literal prefix, or empty string if a valid prefix could not be found
-
Constructor Details
-
Regexes
public Regexes()
-
-
Method Details
-
getRegexPrefix
Traverse the supplied regular expression pattern and return its literal prefix, or empty string if a valid prefix could not be found
-