Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-08-02 18:31
Flavor·Python

r"
(?i)(http|https|ftp|ftps)://\S*\.(exe|hta|htr|scr)(\S*|\b|$)
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous