Enter your regex pattern...
Try these examples:
"(((((m?o)?c)?h)?i)?t)?_(h(a(t(o(ry?)?)?)?)?)?&_{5,}"
5+ letter words combining parts of 'mochit' and 'hatory'
"CVCVCVCVCV"
10-letter words with alternating consonants and vowels
<act>
Anagrams of 'act'
"CVCVC VCVCV"
Two 5-letter words with alternating consonants and vowels
"the _*"
Phrases starting with 'the'
A{7}&_*x_*
7-letter words containing 'x'
Click any example to try it out