An open API service indexing awesome lists of open source software.

https://github.com/adityamangal1/regex-python

Hackerrank Regex questions
https://github.com/adityamangal1/regex-python

coding-challenges python-regex python-regression python3 regex-match regex-pattern regexp-match

Last synced: about 2 months ago
JSON representation

Hackerrank Regex questions

Awesome Lists containing this project

README

        

# REGEX-Python

![python_regex](https://user-images.githubusercontent.com/68494604/99429882-9762c880-292e-11eb-80fb-656ba48a6f84.png)

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](https://user-images.githubusercontent.com/68494604/94645884-950ac780-030a-11eb-9c8f-40d9740fc6ad.gif)

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 ❤️