Regular Expressions 101

Community Patterns

Url

0

Regular Expression
Python

r"
(?P<PROTOCOLE>https|http|file|)\:\/\/(?P<WWW>www\.|)(?P<NOM>|[\w\.\-]+)(?P<EXTENSION>\.com|\.fr|\.org|\.biz|\.tech|\.io|\.net|\.xyz|\.school)(?P<SUFFIXE>[\w\-\?\-\/\.\=\&\;\$\:\+\%\@]+|)
"
gm

Description

no description available

Submitted by anonymous - 3 years ago