Skip to content

adityamangal1/REGEX-Python

Repository files navigation

REGEX-Python

python_regex

A regular expression (shortened as regex or regexp;[1] also referred to as rational expression[2][3]) is a sequence of characters that define a search pattern. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation.

source

Regular expressions are used in search engines, search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK and in lexical analysis.

Sloan, the sloth mascot
Happy Coding ❤️