|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pattern | |
| com.sapportals.wcm.util.regex | Provides two implementations for pattern matching. |
| Uses of Pattern in com.sapportals.wcm.util.regex |
| Methods in com.sapportals.wcm.util.regex that return Pattern | |
static Pattern |
Pattern.compile(java.lang.String regex)
Compiles the given regular expression into a pattern. |
static Pattern |
Pattern.compile(java.lang.String regex,
int flags)
Compiles the given regular expression into a pattern with the given flags. |
Pattern |
Matcher.pattern()
Returns the pattern that is interpreted by this matcher. |
| Constructors in com.sapportals.wcm.util.regex with parameters of type Pattern | |
Matcher(Pattern pattern,
java.lang.String input)
|
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||