sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.util
/
Strings
/
endsWith
ends
With
abstract
fun
endsWith
(
text
:
String
,
suffix
:
String
)
:
Boolean
判断字符串是否以指定后缀结束。
Return
如果是返回 true
Parameters
text
源字符串
suffix
后缀