Class 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.String getRegexPrefix​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Regexes

        public Regexes()
    • Method Detail

      • getRegexPrefix

        public static java.lang.String getRegexPrefix​(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