public class Wildcards extends Object
| Modifier and Type | Field and Description |
|---|---|
private static Pattern |
SPECIAL_REGEX_CHARS |
| Modifier | Constructor and Description |
|---|---|
private |
Wildcards() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeAndConvertToRegexWildcards(String value,
boolean alwaysWildcard) |
static String |
escapeAndConvertToSQLWildcards(String value,
boolean alwaysWildcard) |
private static final Pattern SPECIAL_REGEX_CHARS
Copyright © 2019. All rights reserved.