public final class Patterns extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExcluded(String target,
String... excludes) |
static boolean |
isIncluded(String target,
String... includes) |
static Optional<String> |
match(String content,
String pattern) |
static Optional<String> |
match(String content,
String pattern,
int index) |
Copyright © 2023. All rights reserved.