public class PatternMatchingUtils extends Object
| Constructor and Description |
|---|
PatternMatchingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Pattern> |
getPatternList(String context,
String regexPatterns) |
static boolean |
matches(String str,
List<Pattern> patterns) |
Copyright © 2018. All rights reserved.