toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.dom
/
Text
/
splitText
split
Text
fun
splitText
(
offset
:
Int
)
:
Text
(
source
)
Splits data at the given offset and returns the remainder as Text node.
MDN Reference