Skip to content
Find file
5f96f33
5 lines (3 sloc) 158 Bytes

You can use the .split() method to split a string into an array.

split uses the argument you give to to split the string.

array = string.split(' ');

Something went wrong with that request. Please try again.