| Package | Description |
|---|---|
| com.sapportals.wcm.util.regex |
Provides two implementations for pattern matching.
|
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Pattern.compile(String regex) |
static Pattern |
Pattern.compile(String regex,
int flags) |
static boolean |
Pattern.matches(String regex,
CharSequence input) |
| Constructor and Description |
|---|
PathPatternMatcher(String pattern)
Creates a pattern matcher instance for
pattern . |
PathPatternMatcher(String[] pattern)
Creates a pattern matcher instance that works on an array of
pattern
. |
Pattern(String regex) |
Pattern(String regex,
int flags) |
Copyright 2021 SAP SE Complete Copyright Notice