newbiescooby
Technical User
Hi
If i use \ as a delimiter ie:
newstring = somestring.split("\");
i'll get a error of unterminated string constant. is there anyway that i can do this?
If i use \ as a delimiter ie:
newstring = somestring.split("\");
i'll get a error of unterminated string constant. is there anyway that i can do this?