info.codesaway.util.regex
Class RegExPlusSupport
java.lang.Object
info.codesaway.util.regex.RegExPlusSupport
public class RegExPlusSupport
- extends java.lang.Object
Used to store the last regex match.
RegExPlus counterpart for the Groovy class, RegexSupport (org.codehaus.groovy.runtime.RegexSupport),
which stores the last java.util.regex.Matcher object.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegExPlusSupport
public RegExPlusSupport()
getLastMatcher
public static Matcher getLastMatcher()
setLastMatcher
public static Matcher setLastMatcher(Matcher matcher)