Regular Expressions 101

Community Patterns

protocol string match

0

Regular Expression
Python

r"
(?i)[a-z]{3,10}://[^/\s:@]{3,20}(?<!user):(?!example)(?!pass])[^/\s:@]{3,20}(?<!password)(?<!example)@(?!example)(?!127\.0\.0\.1)(?!localhost).{8,100}
"
gm

Description

no description available

Submitted by anonymous - 4 years ago