public class PatternMatchingHelper extends Object
| Constructor and Description |
|---|
PatternMatchingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matches(String regex,
int flags,
String input,
String idTemplate)
Invocation to Pattern.matches() is free of side-effects.
|
static boolean |
matches(String regex,
String input,
String idTemplate)
Invocation to Pattern.matches() is free of side-effects.
|
Copyright © 2016–2024. All rights reserved.