mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
This commit is contained in:
commit
db2b6929ba
@ -1283,7 +1283,7 @@ public class CharSequenceUtil {
|
||||
* 返回字符串 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…
Reference in New Issue
Block a user