Class RegexpUtils

java.lang.Object
org.kordamp.json.regexp.RegexpUtils

public class RegexpUtils extends Object
Convenience utility for working withRegexpMatcher.
  • Constructor Details

    • RegexpUtils

      private RegexpUtils()
  • 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.