| Modifier and Type | Field | Description |
|---|---|---|
static Pattern[] |
EMPTY_PATTERNS |
| Constructor | Description |
|---|---|
PatternUtils() |
| Modifier and Type | Method | 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.