Word Scrambler | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Word Scrambler

Does anyone know how to code a word scrambler without using the split function?? If so please holler at me and let me know

20th Sep 2020, 4:46 AM
Imhoopin2 Aball
Imhoopin2 Aball - avatar
1 Answer
+ 1
If you don't wanna use built-in split you can use regex, tho if you absolutely don't wanna use any functions made by others, you can also write your own, it's pretty simple
20th Sep 2020, 5:39 AM
Bagon
Bagon - avatar