Im trying to find the position of a comma in a string.
using indexOf()
atm i'v got indexOf(",") but its returning null (there definately are commas in the string btw).
Iv also tried indexOf(',') and indexOf(COMMA)
How do i make it work?
using indexOf()
atm i'v got indexOf(",") but its returning null (there definately are commas in the string btw).
Iv also tried indexOf(',') and indexOf(COMMA)
How do i make it work?
