| 接口 | 说明 |
|---|---|
| Options.EventsListener |
Interface for RE2J events listening.
|
| 类 | 说明 |
|---|---|
| Matcher |
A stateful iterator that interprets a regex
Pattern on a
specific input. |
| Options | |
| Options.OptionsBuilder | |
| Pattern |
A compiled representation of an RE2 regular expression, mimicking the
java.util.regex.Pattern API. |
| 枚举 | 说明 |
|---|---|
| Options.Algorithm |
| 异常错误 | 说明 |
|---|---|
| PatternSyntaxException |
An exception thrown by the parser if the pattern was invalid.
|
Copyright © 2019. All rights reserved.