regexle/regex.csv

5 lines
121 B
Plaintext
Raw Permalink Normal View History

^(?!.*(.).*\1)[abcdefghijklmnopqrstuvwxyz]+$
^(?!.*(.).*\1)[hijklmn]+$
^(?!.*(.).*\1)[opqrst]+$
^(?!.*(.).*\1)[uvwxyz]+$