Package | Description |
---|---|
cn.hutool.core.text.finder |
文本查找实现,包括:
查找文本中的字符(正向、反向)
查找文本中的匹配字符(正向、反向)
查找文本中的字符串(正向、反向)
查找文本中匹配正则的字符串(正向)
|
Modifier and Type | Class and Description |
---|---|
class |
CharFinder
字符查找器
查找指定字符在字符串中的位置信息 |
class |
CharMatcherFinder
字符匹配查找器
查找满足指定 Matcher 匹配的字符所在位置,此类长用于查找某一类字符,如数字等 |
class |
LengthFinder
固定长度查找器
给定一个长度,查找的位置为from + length,一般用于分段截取 |
class |
PatternFinder
正则查找器
通过传入正则表达式,查找指定字符串中匹配正则的开始和结束位置 |
class |
StrFinder
字符串查找器
|
class |
TextFinder
文本查找抽象类
|
Modifier and Type | Method and Description |
---|---|
default Finder |
Finder.reset()
复位查找器,用于重用对象
|
Copyright © 2024. All rights reserved.