Hi to all,
I am using custom validator for validate 10 digit mobile number starts with 9.
I simply put custom validator in my form & I wrote "^9[0-9]{9}$"
but if i put correct mobile number then only it gives me error message.
can anybody tell me what is correct procedure..?