How to Use
🔤 Rack Input
• ? : Blank Tile.
🗺️ Drop Down Input (The Board)
• Letters: Force a specific letter at that position (e.g., --S--).
• Dashes (-): Represent open spots where your tiles can go.
• Example: If the board is --S--, the app finds any word containing S that fits within those 5 spots (like AS, SEA, or STARE).
⚡ REGEX MODE
• Triggered automatically if Rack Input contains symbols (like . * [ ] +).
• Drop Down Input is ignored in this mode.
• Example: [BC]A.. finds all 5-letter words starting with B or C, followed by an A.