mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
add pack info
This commit is contained in:
parent
50654f821f
commit
212fc2497a
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 文本查找实现,包括:
|
||||
* <ul>
|
||||
* <li>查找文本中的字符(正向、反向)</li>
|
||||
* <li>查找文本中的匹配字符(正向、反向)</li>
|
||||
* <li>查找文本中的字符串(正向、反向)</li>
|
||||
* <li>查找文本中匹配正则的字符串(正向)</li>
|
||||
* </ul>
|
||||
*
|
||||
* @author looly
|
||||
*
|
||||
*/
|
||||
package cn.hutool.core.text.finder;
|
Loading…
Reference in New Issue
Block a user