Knowledge is the Only Good
  • About

Effective Python: Regular Expressions

programming
Python
regular expressions
Author

Stephen J. Mildenhall

Published

2022-01-20

Regular expressions are a wonderful shorthand way to select and manipulate strings.

There are several pages dedicated to experimenting with regular expressions on mynl.com.

  • Overview and examples of regular expressions
  • Words matching a regular expressions
  • The frequency of words matching a regular expressions
  • Anagrams using regular expressions
  • Cheating at Wordle using regular expressions
  • Cheating at NY Times Spelling Bee using regular expressions. Here are all words containing an e made from four or more of eginpux

Words/Regexp on mynl.com

Stephen J. Mildenhall. License: CC BY-SA 2.0.

 

Website made with Quarto