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
/
substring
substring
abstract
fun
substring
(
text
:
String
,
start
:
Int
,
end
:
Int
)
:
String
截取字符串。
Return
截取结果
Parameters
text
源字符串
start
开始索引(包含)
end
结束索引(不包含)。如果传 -1,则表示截取到末尾。