public class RegexUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<Character> |
specialChars |
| Constructor and Description |
|---|
RegexUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String str) |
static String |
genericEscape(String str,
Set<Character> specialChars,
Character escapeChar) |
static boolean |
isSpecialChar(char c) |
Copyright © 2014. All Rights Reserved.