tools
2.2.3
tools
/
me.scolastico.tools.etc
/
StringSplitter
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
split
String
By
Length
Link copied to clipboard
fun
splitStringByLength
(
string
:
String
,
length
:
Int
)
:
Array
<
String
>
Content copied to clipboard
Split strings by length into an array.