| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Pattern.compile(String regex)
Creates and returns a new
Pattern corresponding to
compiling regex with the default flags (0). |
static Pattern |
Pattern.compile(String regex,
int flags)
Creates and returns a new
Pattern corresponding to
compiling regex with the default flags (0). |
static Pattern |
Pattern.compile(String regex,
int flags,
Options options) |
static Pattern |
Pattern.compile(String regex,
Options options) |
Pattern |
Matcher.pattern()
Returns the
Pattern associated with this Matcher. |
Copyright © 2016. All Rights Reserved.