How to learn RegEx (the painless way)

How to learn RegEx (the painless way)

If you suddenly need RegEx to solve a problem, it can be tempting to google a syntax list and start awkwardly crafting the pattern that will (hopefully) match whatever string you need.  This can be time consuming, however, and it’s likely that your solution is not the...