Hacker News new | ask | show | jobs
Anyone using Regex to help solve Wordle? (visca.com)
1 points by zzedd 1611 days ago
1 comments

I've been using the Regex Dictionary to refine my Regex search skills while solving Wordle problems. I also refer to Letter Frequency tables (https://en.wikipedia.org/wiki/Letter_frequency) to make up likely candidate words. Are there any other sites that might help?