Class RegexUtil


  • public class RegexUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String wildcardToRegex​(java.lang.String wildcard)
      Converts a regular, human readable wildcard String into a correctly formatted regular expression.
      • Methods inherited from class java.lang.Object

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

      • RegexUtil

        public RegexUtil()
    • Method Detail

      • wildcardToRegex

        public static java.lang.String wildcardToRegex​(java.lang.String wildcard)
        Converts a regular, human readable wildcard String into a correctly formatted regular expression.