public class ISValidation extends Object
Constructor and Description |
---|
ISValidation() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validate(String str,
String regEx,
Debug tmpDebug)
Checks for invalid characters in the source string .
|
public static boolean validate(String str, String regEx, Debug tmpDebug)
str
- Source string which should be validated.regEx
- Pattern for which to search.tmpDebug
- Debug object used for logging debug info.false
when it detects specified pattern within
source string which need to be validated OR if source
string is null.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.