Category Archives: javascript

Regex

Good Link if you use var test=/regex/.test(val); then use Character Escapes with single slash only like below one for testing the date of ‘MM/dd/yyyy 12′ (12/24/2010 12) types of date, need a single space after year, so write only \s … Continue reading

Posted in javascript | Leave a comment