+ 1
Split the string
'Fear is the path to the dark side'
3 Respostas
+ 1
string.split()
By default:
string.split(" ")
Split by other characters for example:
string.split("a")
+ 3
Post your attempt first to get help from the community .Do use the Codes section to find readymade codes ...
0
String#split means String.split