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
/
startsWith
starts
With
abstract
fun
startsWith
(
text
:
String
,
prefix
:
String
)
:
Boolean
判断字符串是否以指定前缀开始。
Parameters
text
源字符串
prefix
前缀