public final class RegexpUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.regex.Pattern |
compilePattern(java.lang.String expr)
Convert a string to a Pattern object.
|
public static java.util.regex.Pattern compilePattern(java.lang.String expr)
expr - the expression to compile