Regular Expressions 101

Community Patterns

bad regex URL catching

0

Regular Expression
Python

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

Description

no description available

Submitted by anonymous - 5 years ago