Class RegexpUtils


  • public class RegexpUtils
    extends Object
    Convenience utility for working withRegexpMatcher.
    Author:
    Andres Almiray
    • Method Detail

      • getMatcher

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

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