var RE_SSN = /^[0-9]{3}[- ]?[0-9]{2}[- ]?[0-9]{4}$/;
hello ,
i would like to know what is the meaning behind in these ^ ,[- ],$ symbols???
and i would able to follow that the script logically verifying the format of text being entered!!
i.e NNN-NN-NNNN...
Thanks in Advance ..
Srini.