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

121 B

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