public class RegExUtils extends Object
| Constructor and Description |
|---|
RegExUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkWhitelist(String whitelist,
String tomatch)
Checks for a match of a given string against
a whitelist of semi-colon separated regex patterns.
|
public static boolean checkWhitelist(String whitelist, String tomatch)
whitelist - - semi-colon separated patternstomatch - - the string to match against listCopyright © 2022 The Apache Software Foundation. All rights reserved.