Regular Expressions 101

Community Patterns

2

log trillian

Python
no description available
Submitted by NTP-[SADAS] - 9 years ago
2

calibre book parse

Python
no description available
Submitted by anonymous - 8 years ago
2

test

Python
no description available
Submitted by anonymous - 8 years ago
2

exp1

Python
no description available
Submitted by anonymous - 8 years ago
2

EclipseKeyword_2

Python
no description available
Submitted by Rashmin - 7 years ago
2

AliasMatch

Python
no description available
Submitted by anonymous - 7 years ago
2

Adress regex

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