You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
127 B
Plaintext

=>((a|b|\p{Nd}){1,2}|aaa|bbbb){1,2}
bab
aaca
aaabbbb
a0b
aa0aaa
b0aaa
=>(\d{1,3}\.){3}\d{1,3}
1.2.3.4
1.22.333.44
1.2.3
1..2.3