Playlist: • Textual analysis with Python + Regex
Why should you learn Regular Expression (RE / regex)? Regex is a powerful tool for textual analysis. It can do much more than solve Wordle puzzles. Wordle link: https://www.powerlanguage.co.uk/wordle/
Learn regex here: https://github.com/ziishaned/learn-regex
Python reference: https://docs.python.org/3/library/re....
Have fun!