Nutrimatic

Alternative frontend for nutrimatic.org ยท GitHub

Enter your regex pattern...

Try these examples:

"the _*"
Phrases starting with 'the'
[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
A{5}&_*ing
5-letter words ending in 'ing'
[aeiou]*
Words made only of vowels
_*w_*a_*t_*e_*r_*
Words containing w,a,t,e,r in that order
_*a_*&_*b_*&_*c_*&_{5,}
Words containing a, b, c that are 5+ letters long

Click any example to try it out