| Modifier and Type | Field and Description |
|---|---|
static Pattern[] |
EMPTY_PATTERNS |
| Constructor and Description |
|---|
PatternUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern[] |
compile(String... regexs) |
static boolean |
matches(Collection<Pattern> patterns,
String value) |
static boolean |
matches(Pattern[] patterns,
String value) |
public static final Pattern[] EMPTY_PATTERNS
Copyright © 2018. All rights reserved.