Class RegexTool


  • public class RegexTool
    extends java.lang.Object
    Velocity tool used to work with regular expressions.
    Since:
    8.x
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexTool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.regex.Pattern compile​(java.lang.String regex)  
      • Methods inherited from class java.lang.Object

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

      • RegexTool

        public RegexTool()
    • Method Detail

      • compile

        public java.util.regex.Pattern compile​(java.lang.String regex)
                                        throws java.util.regex.PatternSyntaxException
        Throws:
        java.util.regex.PatternSyntaxException