How I can get this
array = ["apple", "orange kiwi", "lemon"];
to this
array["apple", "orange", "kiwi", "lemon"];
split array row in multiple keys if there is space in it.
tnx
How I can get this
array = ["apple", "orange kiwi", "lemon"];
to this
array["apple", "orange", "kiwi", "lemon"];
split array row in multiple keys if there is space in it.
tnx