public class RegexCompat extends Object
| Constructor and Description |
|---|
RegexCompat() |
| Modifier and Type | Method and Description |
|---|---|
static List<String[]> |
findMatches(String value,
String regex)
Finds all strings within the given input that match the given regular expression.
|
static boolean |
matches(String value,
String regex)
Returns true if the given value matches the given regular expression.
|
Copyright © 2019 Red Hat. All rights reserved.