TheConeHead
Programmer
I want to be able to search something like:
var holder = "123456";
to find out if a character is there, like "3"
I tried holder.search(/3/i) but that just returns where it is... I just want like a true/false returned if the character is found in the string....
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
var holder = "123456";
to find out if a character is there, like "3"
I tried holder.search(/3/i) but that just returns where it is... I just want like a true/false returned if the character is found in the string....
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)