Tag

Escape Characters

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Mar 23, 2020 · Fundamentals

Understanding Escape Characters and Regular Expressions in Python

This article explains Python's escape characters, raw strings, the fundamentals of regular expressions, their matching process, greedy versus non‑greedy quantifiers, backslash handling, and provides detailed examples of the re module's functions such as compile, match, search, split, findall, finditer, sub and subn.

Escape CharactersPattern MatchingRaw Strings
0 likes · 17 min read
Understanding Escape Characters and Regular Expressions in Python