python-regex
There are 24 repositories under python-regex topic.
milaan9/07_Python_Advanced_Topics
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
R0X4R/bhedak
A replacement of "qsreplace", accepts URLs as standard input, replaces all query string values with user-supplied values and stdout.
mnestorov/regex-patterns
This repository contains regular expression (regex) patterns for validating phone numbers postal codes, VAT numbers, dates, currency, credit/debit cards etc. for European countries (but not only).
user0706/PyRex
PyRex is a Python GUI regular expression tool. Alternative, offline version of regex101
phamphihungbk/scraper
🤖 Small python scripts to crawl data from FIT (Facebook, Instagram, Twitter)
adityamangal1/REGEX-Python
Hackerrank Regex questions
umutambyi-gad/django-static-tagging
Script for formatting HTML file while static has been collected in Django
danialkeimasi/python-compiler-regex-based-scanner
a "zero dependency" implementation of a lexical analyzer that tokenize a program using only official "re" package. you can use this repo for your "compiler design" course.
jonas-lucas/unprotect-sheets
This repository contains scripts to automate the removal of sheet protection tag from Excel .xlsx files for productivity purposes.
Rahulnisanth/Complete-Python-Hub
My Complete python journey repository from zero to mastery experience.
rphadtare/python_by_examples
This repository consist sample programs to learn and understand core concepts
ybgirgin3/Regexes
Regex Finder for Python
AMRHiwa/security_checker
In this program, we tried to capture the text content with the regex pattern and get the address pattern of social networks and decode their usernames.
KIMdaniiell/System-Software-Course
System Software Course (3rd year of bachelor's degree)
vikas-bandaru/python_practice
My Experiments with Python, ML & more
anuragmukherjee2001/30-days-of-python
This repository contains 30 days of python coding challenge
im-ushan-ikshana/web-scarping
web-scraping-simple-project
jesieldotdev/kivy-rgb-generator
RGBA formatter for kivy
ohorbatiuk/goit-algo-hw-03
Модуль 3. Робота з датою, часом та розширена робота з рядками
Rokko-Vencht/regex-generator
🛠 Generate validated regular expressions easily with this open-source tool. Ideal for developers needing quick regex solutions for forms and text processing.
Tobi2K/python-regex-parser
A simple script to convert Python regular expression to expressions following the formal defintion