what is JSP's equiv of ASP's INSTR function?
843833Jun 28 2001 — edited Jun 28 2001what may I ask is JSP's equiv of ASP's INSTR function?
I have a string like this
string j="sdf,evr,resdfs,sfw,sdfsfw,wef,sd"
I want to compare that string to this
string x ="evr"
and get a value of true since there is such a match
stev