+ 2
Need help, cant make to work this
I want to enter a sentence, with like 4 words and have each word split in the comandos string arr I cant find how to make it work https://code.sololearn.com/cKsFEQ0DuEJ6/?ref=app
3 Réponses
+ 4
Hi! No need to reinvent the wheel. Just use Split(char delimiter) method to split your string into substrings by the delimiter charachter, passed into the method.
https://code.sololearn.com/cQI9yZ15cjOF/?ref=app
+ 6
@Augusto
Not at all ☺
+ 2
@Aibek oh, thanks, i didnt knew about that method, ty