Class RegexSupport

java.lang.Object
org.codehaus.groovy.runtime.RegexSupport

public class RegexSupport extends Object
Used to store the last regex match.
  • Constructor Details

    • RegexSupport

      public RegexSupport()
  • Method Details

    • getLastMatcher

      public static Matcher getLastMatcher()
    • setLastMatcher

      public static void setLastMatcher(Matcher matcher)