Regular Expressions 101

Library entries

9
python

domain - host

no description available
Submitted by anonymous - 8 years ago
9
pcre

only numbers

A string with only numbers in
Submitted by Gotts - 8 years ago
8
pcre

Date time Advanced

no description available
Submitted by Mr.Neutro - 9 years ago
8
python

repeat group match

no description available
Submitted by anonymous - 8 years ago
8
pcre

Alphanumeric and Spaces

Alow alphanumeric characters and spaces
Submitted by JTN - 8 years ago
8
pcre

If-Then-Else Conditionals

no description available
Submitted by anonymous - 8 years ago
8
pcre

Fiddler raw body to PHP array

no description available
Submitted by garsax - 7 years ago
8
pcre

Max - URL Extract

no description available
Submitted by Ayush - 7 years ago
7
python

CSS Import

no description available
Submitted by anonymous - 9 years ago
7
pcre

rsyslog test

global modifier
Submitted by dtmland - 8 years ago
7
pcre

Any positive integer except zero

no description available
Submitted by Harsh - 8 years ago

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

Vote

7

Regular Expression
python

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

Description

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