Class RegexpUtils

java.lang.Object
net.sf.json.regexp.RegexpUtils

public class RegexpUtils extends Object
Convenience utility for working withRegexpMatcher.
Author:
Andres Almiray aalmiray@users.sourceforge.net
  • Method Details

    • 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.