...

/

Complex Character Replacement

Complex Character Replacement

This lesson covers the use case of complex character replacement for regular expressions.

We'll cover the following...

We’ve done enough pattern matching for the day, haven’t we? Let’s look at regular expressions from another angle. As you know, capturing groups allow you to perform interesting replacement operations with different patterns. In this section, we’re going to show you one example of this.

Camel case to serpent case

Think about when you’re writing code and suddenly realize you have to ...