Python Tutorial

Python RegEx Special Sequences Explained

What Are Special Sequences in Python RegEx?

A special sequence in Python consists of a \ (backward slash) followed by one of the characters from the list below, each of which has a unique meaning:

What Are Special Sequences in Python RegEx?

Special Sequences in Python RegEx

Did you find this article helpful?