| 程序包 | 说明 |
|---|---|
| com.iofairy.falcon.regex |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static MatchInfo |
Regex.match(Pattern pattern,
String input) |
获取正则表达式所有匹配的结果信息
|
static MatchInfo |
Regex.matchOverlap(Pattern pattern,
String input) |
采用重复匹配的方式获取正则表达式所有匹配的结果信息
|
Copyright © 2023. All rights reserved.