Is there a way to come up with a regular expression for this?
-
I am trying to create a question on google forms with the following conditions but having a hard time figuring out how to create a regular expression for this What is your member ID? - Must be an 8 digit number - cannot be repeating numbers like 00000000 or 11111111 etc - cannot be 12345678 Is there a way to come up with a regular expression to achieve this?
-
I am trying to create a question on google forms with the following conditions but having a hard time figuring out how to create a regular expression for this What is your member ID? - Must be an 8 digit number - cannot be repeating numbers like 00000000 or 11111111 etc - cannot be 12345678 Is there a way to come up with a regular expression to achieve this?
I think you want to do some "string exclusions" (e.g. "12345678", "00000000", ... "99999999"); ending with an inclusion (0-9). [https://stackoverflow.com/questions/2078915/a-regular-expression-to-exclude-a-word-string\](https://stackoverflow.com/questions/2078915/a-regular-expression-to-exclude-a-word-string)
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I