Speller

Input a string of letters, and Speller will find words from those letters. Originally intended for use with the PC game, Bookworm Adventures, Speller can also be used for other purposes, like anagram solving, Scrabble, or any other situation where you need to know what words you can spell from certain letters.

Input Letters (limit 50, only letters a-z):

Sort results by length
Sort results by damage points
Limit results to only length 4 or more

Notes

q is always with u, so enter only q and the u will be implicitly appended.

To use the wildcard character, enter ?. The wildcard may be used only once, and can be treated as any letter.

While the list of words is very comprehensive, it is probably not complete, so some words may not exist. This is especially true for new words that were only recently added to the dictionary.

Sorting by damage points follows the rules from Bookworm (without gems), and are as follows [source]:

2.75: Q
2: X, Z
1.75: J, K
1.5: V, W, Y
1.25: B, C, F, H, M, P
1: all others and wildcard

Even though these points are specific to Bookworm, they can be used as a proxy for many other scoring criteria, since all (or nearly all) spelling games which differentiate scores by letter composition do so in a similar way.