Anagram finder

A tool that finds all the words you can make using some or all of the letters you're given, like in word puzzle games. (like Wordscapes and Word cookies)

Enter a valid regular expression to filter the dictionary: (Example: "^.pple$" finds all the words starting ("^") with any character ("."), followed by "ppl" and ending ("$") with "e". It finds: apple)

You can find a more thorough resource on regular expressions here.

Try it out and see for yourself.

Enter all the available characters from the game session to filter even further: