Need regex for 0|1, except the letters can't repeat.
So:
101010 - valid
010101 - valid
110011 - invalid
|
Need regex for 0|1, except the letters can't repeat. So:
|
|||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
|||
|
|
|
Well, this is pretty trivial:
|
|||||||||||
|