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?
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?