You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootstrapValidate('.mobile', 'regex:^1\d{10}$:Mobile Err' is not working.
I have to code like this: bootstrapValidate('.mobile', 'regex:^1[0-9]{10}$:Mobile Err'