Class DatePatternToRegexUtil


  • public class DatePatternToRegexUtil
    extends java.lang.Object
    This class is concerned with computing a regex corresponding to a date pattern (in SimpleDateFormat format).
    • Constructor Summary

      Constructors 
      Constructor Description
      DatePatternToRegexUtil​(java.lang.String datePattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toRegex()  
      • Methods inherited from class java.lang.Object

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

      • DatePatternToRegexUtil

        public DatePatternToRegexUtil​(java.lang.String datePattern)
    • Method Detail

      • toRegex

        public java.lang.String toRegex()