Regular Expressions 101

Community Patterns

Domain Matching

0

Regular Expression
Python

r"
(?:(?![a-zA-Z\d_])|\.|^)(iscord\.gift)(?:(?![a-zA-Z\d_.]))
"
gm

Description

Avoids false positives

Submitted by Sly - 2 years ago (Last modified 2 years ago)