1 messages · Page 1 of 1 (latest)
Split at space
And parse
Split, well, splits a string
”here is an example” split at “ “ = “here”, “is”, “an”, and “example”