.indexOf() method

admin

Administrator
Staff member
ok, as we all know, the syntax for this method is

string.indexOf(x,y);
(where you find the first x starting with position y).

well, my question is, how do you find the first x before the position y?
 
Back
Top