Class RegexpUtils


  • public class RegexpUtils
    extends java.lang.Object
    Convenience utility for working withRegexpMatcher.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RegexpUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RegexpMatcher getMatcher​(java.lang.String pattern)
      Returns a RegexpMatcher that works in a specific environment.
      static RegexpMatcher getMatcher​(java.lang.String pattern, boolean multiline)
      Returns a RegexpMatcher that works in a specific environment.
      • Methods inherited from class java.lang.Object

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

      • RegexpUtils

        private RegexpUtils()
    • Method Detail

      • getMatcher

        public static RegexpMatcher getMatcher​(java.lang.String pattern)
        Returns a RegexpMatcher that works in a specific environment.
      • getMatcher

        public static RegexpMatcher getMatcher​(java.lang.String pattern,
                                               boolean multiline)
        Returns a RegexpMatcher that works in a specific environment.