Groovy web console
Subscribe
to this
site
Split a space-separated string
Published 2 years ago by Anonymous
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
s = "what a mess" def chunks = s.split(/\s+/)