mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
baad5158a8
commit
dcf241ba75
@ -972,7 +972,7 @@ public class CharSequenceUtil extends StrValidator {
|
||||
* 返回字符串 searchStr 在字符串 str 中第 ordinal 次出现的位置。
|
||||
*
|
||||
* <p>
|
||||
* 如果 str=null 或 searchStr=null 或 ordinal≥0 则返回-1<br>
|
||||
* 如果 str=null 或 searchStr=null 或 ordinal≤0 则返回-1<br>
|
||||
* 此方法来自:Apache-Commons-Lang
|
||||
* <p>
|
||||
* 例子(*代表任意字符):
|
||||
|
Loading…
x
Reference in New Issue
Block a user