dictionary_spelled_like
Find English words matching a spelling pattern with wildcards (?, *). Useful for solving crosswords.
Instructions
Find English words matching a spelling pattern via offline CMU dict. '?' = any single letter, '*' = any zero+ letters. Useful for crosswords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Spelling pattern (e.g. 'h?llo', 'hel*', 'p*p') | |
| limit | No |