Regular Expressions 101

Community Patterns

0

Author names

Python
Matches author names
Submitted by anonymous - a year ago
0

TRye bracktres

Python
gfhtrgh
Submitted by anonymous - a year ago
0

Out of

Python
Out of
Submitted by anonymous - a year ago
0

singleTime ztm

Python
ss
Submitted by pochwix2 - a year ago
0

EC21 docs

Python
Get AT explain
Submitted by anonymous - a year ago
0

number two decimal digit

Python
.
Submitted by anonymous - a year ago
0

Project

Python
Project
Submitted by anonymous - a year ago

Simple Python URL Matcher

0

Regular Expression
Python

r"
^(?P<protocol>[\w]+)\:\/\/(?P<host>[\w\.\-]+)(\:(?P<port>\d+))?((?P<path>\/[^\?\#\n]*)(\?(?P<params>(?P<first_param>[^\#\?\&\=\n]+(=[^\#\?\&\=\n]*)*)(\&(?P<param_more>[^\#\?\&\=\n]+(=[^\#\?\&\=\n]*)*))*))?(\#(?P<tag>[^\#\?\n]+)?)?)?$
"
gmi

Description

Loading markdown...
Submitted by xinbenlv - 5 years ago