public final class RegexPatterns extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PERCENT_SIGN_WITH_ESCAPE_CHAR
Matches the percent sign without escape character[\%].
|
static String |
PERCENT_SIGN_WITHOUT_ESCAPE_CHAR
Matches the percent sign without escape character[%].
|
public static final String PERCENT_SIGN_WITH_ESCAPE_CHAR
public static final String PERCENT_SIGN_WITHOUT_ESCAPE_CHAR