rakeshmandava / Python-Regex-Functions

A Short Notes on Python Regex Functions, with examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Regex-Functions

A Short Notes on Python Regex Functions, with examples.

The main aim of this repo, is to collect all functions in one place with examples. We can obseve patterns between functions, when we list them in speadsheet format.

For Example,

- Most of the functions take "pattern" and "string" as inputs with "flags" as optional input.
- There are two objects that get returned generally  >> "Pattern Object"" & "Match Object".

Please click on .ipynb file to see the data and example code.

About

A Short Notes on Python Regex Functions, with examples.


Languages

Language:Jupyter Notebook 100.0%