public class RegexUtils extends Object
| Constructor and Description |
|---|
RegexUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
expandRegex(String regex)
Java regular expressions contain predefined character classes which the
regex parser cannot handle
|
static boolean |
isSupportedRegex(String regex)
Determine whether the regex requires features that are
not supported by the regex automaton library
|
public static boolean isSupportedRegex(String regex)
Copyright © 2016–2024. All rights reserved.