public class RegexUtils
extends java.lang.Object
| Constructor and Description |
|---|
RegexUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
quote(java.lang.String s)
Replacement for Pattern.quote from JDK 1.5
|
static java.lang.String |
quoteReplacement(java.lang.String str)
Replacement for Matcher.quoteReplacement from JDK 1.5
|