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.

16 lines
93 B
Plaintext

=>a{2,3}
a
aa
aaa
aaaa
=>ba{2,3}c
bac
baac
baaac
baaaac
=>a(b|c){2,3}d
abcd
acccd
abd
accccd