Files
regexle/regex.csv
2024-09-02 01:59:39 -04:00

5 lines
121 B
CSV

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