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
- Host: GitHub
- URL: https://github.com/adityamangal1/regex-python
- Owner: adityamangal1
- Created: 2020-11-17T08:02:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T17:44:48.000Z (over 4 years ago)
- Last Synced: 2025-04-18T07:51:38.592Z (2 months ago)
- Topics: coding-challenges, python-regex, python-regression, python3, regex-match, regex-pattern, regexp-match
- Language: Python
- Homepage: https://docs.python.org/3/howto/regex.html
- Size: 17.6 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REGEX-Python

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.

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.
![]()
Happy Coding ❤️