Nutrimatic

Alternative frontend for nutrimatic.org ยท GitHub

Enter your regex pattern...

Try these examples:

<(ag)(m)(ra)__>
7-letter words containing 'ag', 'm', 'ra', and any two letters
_*a_*&_*b_*&_*c_*&_{5,}
Words containing a, b, c that are 5+ letters long
[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
"the _*"
Phrases starting with 'the'
A{5}&_*ing
5-letter words ending in 'ing'
"CVCVC-VCVCV"
10-letter words that may be split in the middle

Click any example to try it out