Regular Expressions 101

Library entries

1
python

day date time

no description available
Submitted by anonymous - 3 years ago
1
python

s3_date_select

no description available
Submitted by anonymous - 3 years ago
1
python

filenamewhitlist

no description available
Submitted by anonymous - 3 years ago
1
python

oracle_string_content_individuation

no description available
Submitted by anonymous - 3 years ago
1
python

NewWheel

no description available
Submitted by anonymous - 3 years ago
1
python

NewWheel

no description available
Submitted by anonymous - 3 years ago
1
python

Address capture

Complex address component capturing regex
Submitted by anonymous - 3 years ago
1
python

MBUS Line

MBUS regex, with updated speed
Submitted by anonymous - 3 years ago
1
python

U.S. phone number format: XXX-XXX-XXXX

no description available
Submitted by anonymous - 3 years ago
1
python

Multiline Copyright detection anywhere

no description available
Submitted by anonymous - 3 years ago
1
python

Multiline Copyright at beginning

no description available
Submitted by anonymous - 3 years ago
1
python

Multiline 2020 DevPubs Header

no description available
Submitted by anonymous - 3 years ago
1
python

fighsare eeg single hand 5f

no description available
Submitted by anonymous - 3 years ago

URL Matcher

Vote

1

Regular Expression
python

r"
^(?:(?P<protocol>http[s]?|ftp)(?::\/\/))?\/?(?P<address>(?P<hostname>[^\/\.]+)*?(?:\.)?(?P<domain>[^\/\.]+(?:\.[^:\/\s\.]+(\.[^:\/\s\.]+){0,1})?))(:\d+)?(?:$|\/)(?P<fullpath>(?P<path>[^#?\s]*?)(?:\/(?P<name>[^#?\/\s]*))?)(?:\?(?P<arg>.*?))?(?:#(?P<anchor>[\w\-]+))?$
"
mg

Description

Loading markdown...
Submitted by anonymous - 7 years ago