THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
String
String.splitChars
splitChars() -> list
Description
Get all of the characters as a List.
'ab cd'.splitChars() //= ['a', 'b', ' ', 'c', 'd']
See Also
split
splitLines
splitWords
Back: String