Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-02-20 09:24
Updated·2022-02-20 09:30
Flavor·Python

r"
(http|ftp|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])
"
gm
Open regex in editor

Description

Just another URL patron matcher

Submitted by me