about regular expression validation
-
gud afternoon i have a problem i have a taextbox and i want to enter in it only 2 digits or 11 digits example 12 valid 123 invalid 12345678912 valid 123456789123 invalid plz. rply its urgrnt
-
thx sir but i think this will take 9 digits i want either 2 digits or 11 digits not in betewwen them 12 valid 1234 invalid 12345678912 valid 123456789123 invalid
-
thx sir but i think this will take 9 digits i want either 2 digits or 11 digits not in betewwen them 12 valid 1234 invalid 12345678912 valid 123456789123 invalid
-
thx sir but i think this will take 9 digits i want either 2 digits or 11 digits not in betewwen them 12 valid 1234 invalid 12345678912 valid 123456789123 invalid
-
how?????????????
-
how?????????????
ur suggestion is not working dude!!!!!!!!!!!
-
ur suggestion is not working dude!!!!!!!!!!!
-
gud afternoon i have a problem i have a taextbox and i want to enter in it only 2 digits or 11 digits example 12 valid 123 invalid 12345678912 valid 123456789123 invalid plz. rply its urgrnt
\d{2}|\d{11} Regex cheatsheet link