Regular Expressions 101

Community Patterns

3

iframe src parser

Python
Get iframe src
Submitted by Sumeet Fefar - 8 years ago
3

example

PCRE2 (PHP >=7.3)
example
Submitted by anonymous - 2 years ago
3

Email

Python
Python
Submitted by anonymous - 7 years ago
7

CSS Import

Python
no description available
Submitted by anonymous - 10 years ago
3

prices in nis

Python
no description available
Submitted by molaxx - 8 years ago
3

date time

Python
1/Jul/2013 03:27:12
Submitted by himel - 10 years ago

Extract Protocol, URL, URL Path, get parameters and hash from URI

7

Regular Expression
Python

r"
^(http[s]?:)+\/\/([^:\/\s]+)([^#?\s]+)\?([^#]*)?(#.*)?$
"
i

Description

Loading markdown...
Submitted by Dale O'Brien - 10 years ago