| Package | Description |
|---|---|
| regexodus |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Pattern.compile(String regex)
Compiles the given String into a Pattern that can be used to match text.
|
static Pattern |
Pattern.compile(String regex,
int flags)
Compiles the given String into a Pattern that can be used to match text.
|
static Pattern |
Pattern.compile(String regex,
String flags)
Compiles the given String into a Pattern that can be used to match text.
|
| Constructor and Description |
|---|
Pattern() |
Pattern(String regex)
Compiles an expression with default flags.
|
Pattern(String regex,
String flags)
Compiles a regular expression using Perl5-style flags.
|
Copyright © 2016. All rights reserved.