| 程序包 | 说明 |
|---|---|
| com.github.aaronshan.functions.regexp | |
| com.github.aaronshan.functions.regexp.re2j |
| 限定符和类型 | 字段和说明 |
|---|---|
Pattern |
Re2JRegexp.re2jPattern |
Pattern |
Re2JRegexp.re2jPatternWithoutDotStartPrefix |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
Copyright © 2019. All rights reserved.