Back to Developer Roadmap

Regular Expressions

src/data/roadmaps/python/content/[email protected]

4.0599 B
Original Source

Regular Expressions

A regular expression is a sequence of characters that specifies a search pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation.

Visit the following resources to learn more: