TipGiver
Programmer
- Sep 1, 2005
- 1,863
Well i havent found yet how to do the following with a regex. So here it is:
Allowed letters are A,B,C,D and E. How can i match exaclty three different letters?
Example: ABC, DEB etc should match. The next ones shound not! ABB (B is 2 times), ABF ('F' is out of A-B), ABCD (there are four, not three letters)
Thanks for any help on this!
Allowed letters are A,B,C,D and E. How can i match exaclty three different letters?
Example: ABC, DEB etc should match. The next ones shound not! ABB (B is 2 times), ABF ('F' is out of A-B), ABCD (there are four, not three letters)
Thanks for any help on this!