public final class PatternUtils
extends java.lang.Object
This class is an internal implementation detail only intended for use within spectator. It is subject to change without notice.
Modifier and Type | Method and Description |
---|---|
static PatternMatcher |
compile(java.lang.String pattern)
Compile a pattern string and return a matcher that can be used to check if string values
match the pattern.
|
public static PatternMatcher compile(java.lang.String pattern)