2022-02-01 | words, regular expressions
Wordle is a popular word game. You have six chances to guess a five-letter word. For each guess, you learn how many letters are in the right place, and how many are in
2022-01-28 | programming, Python, regular expressions
Regular expressions are a wonderful shorthand way to select and manipulate strings.