mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
8eab38eac8
commit
5637d37e21
@ -780,12 +780,12 @@ public class CharSequenceUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* 给定字符串是否以任何一个字符串结尾(忽略大小写)<br>
|
||||
* 给定字符串是否以任何一个字符串开始(忽略大小写)<br>
|
||||
* 给定字符串和数组为空都返回false
|
||||
*
|
||||
* @param str 给定字符串
|
||||
* @param suffixes 需要检测的结尾字符串
|
||||
* @return 给定字符串是否以任何一个字符串结尾
|
||||
* @param suffixes 需要检测的开始字符串
|
||||
* @return 给定字符串是否以任何一个字符串开始
|
||||
* @since 5.8.1
|
||||
*/
|
||||
public static boolean startWithAnyIgnoreCase(final CharSequence str, final CharSequence... suffixes) {
|
||||
|
Loading…
Reference in New Issue
Block a user