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