Regular Expressions 101

Library entries

10
python

entity

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

domain - host

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

repeat group match

no description available
Submitted by anonymous - 8 years ago
7
python

CSS Import

no description available
Submitted by anonymous - 9 years ago
6
python

Find consecutive duplicate words

no description available
Submitted by anonymous - 8 years ago
5
python

Match Only Text

no description available
Submitted by anonymous - 7 years ago
5
python

Form Tag

Form Tag
Submitted by Jay Patel - 7 years ago
5
python

psswd

no description available
Submitted by anonymous - 7 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