public class RegExUtil extends Object
| Constructor and Description |
|---|
RegExUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAllowedCharactersForRegEx(String pregEx)
get all allowed characters which can be part of a String which matches a given regular
expression.
|
public static String getAllowedCharactersForRegEx(String pregEx)
pregEx - string contains a regular expression patternCopyright © 2015–2016. All rights reserved.