Hi Naveen,
test method should work. One possible error is your case sensitivity in the regular expression. You can use i flag to make it case insensitive.
See for example:
http://jsbin.com/gayojupuye/2/edit
Regards,
Kimmo
Hi Naveen,
test method should work. One possible error is your case sensitivity in the regular expression. You can use i flag to make it case insensitive.
See for example:
http://jsbin.com/gayojupuye/2/edit
Regards,
Kimmo