Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-02-14 17:52
Flavor·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
Open regex in editor

Description

no description available

Submitted by anonymous