Anyone using Regex to help solve Wordle?
1–2 of 2 posts
Re: Anyone using Regex to help solve Wordle?
#2I'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?