mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add pack info
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 文本查找实现,包括:
|
||||
* <ul>
|
||||
* <li>查找文本中的字符(正向、反向)</li>
|
||||
* <li>查找文本中的匹配字符(正向、反向)</li>
|
||||
* <li>查找文本中的字符串(正向、反向)</li>
|
||||
* <li>查找文本中匹配正则的字符串(正向)</li>
|
||||
* </ul>
|
||||
*
|
||||
* @author looly
|
||||
*
|
||||
*/
|
||||
package cn.hutool.core.text.finder;
|
Reference in New Issue
Block a user