Can you improve this? e.g. dict/words contains characters with accents, like étude. Can we filter them? And is the 'anywhere but here' possible in a single Rexexp, e.g. a lookahead?
Also, known issue: dict/words may not contain the same words as wordle uses. So you may miss some
Can you improve this? e.g. dict/words contains characters with accents, like étude. Can we filter them?
And is the 'anywhere but here' possible in a single Rexexp, e.g. a lookahead?
Also, known issue: dict/words may not contain the same words as wordle uses. So you may miss some