Enter your regex pattern...
Try these examples:
[aehimnprsw]*&_*a_*&_*e_*&_*h_*&_*i_*&_*m_*&_*n_*&_*p_*&_*r_*&_*s_*&_*w_*
Words using all letters from a-e-h-i-m-n-p-r-s-w
"CVCVCVCVCV"
10-letter words with alternating consonants and vowels
<act>
Anagrams of 'act'
_*a_*&_*b_*&_*c_*&_{5,}
Words containing a, b, c that are 5+ letters long
_*w_*a_*t_*e_*r_*
Words containing w,a,t,e,r in that order
<aan>g<amr>
Words with 'g' between anagrams of 'aan' and 'amr'
Click any example to try it out