split_space
lib callCapy
function split_space(value : string) dval
Description
Use split_space to separate text at whitespace.
Return Values
List-shaped dval.
Example
Capy
print(join(split_space("one two"), ","), "\n")
function split_space(value : string) dval
Use split_space to separate text at whitespace.
List-shaped dval.
print(join(split_space("one two"), ","), "\n")