0
How to split multiple inputs?
Could use some help on this.
2 Respostas
+ 1
you can use a blanckspace (through spacebar) or resturn key (enter key) to separate multiple inputs.
0
if your input is string with specific character which is used to split a string like comma. then use object name.split() with splitting char as parameter