Hi, All
Is there a way i can skip a split of a string with loop,
for example, if i had a string like this..
var s="?866?000?233?000?233?000";
could i use a loop like ( for(i=0;i<6;i++) ),
but instead of it increasing by 1 it increases by 2 ?.
So that it returns every "000".
Thanks for reading.
Is there a way i can skip a split of a string with loop,
for example, if i had a string like this..
var s="?866?000?233?000?233?000";
could i use a loop like ( for(i=0;i<6;i++) ),
but instead of it increasing by 1 it increases by 2 ?.
So that it returns every "000".
Thanks for reading.