Regular Expressions 101

Community Patterns

regex to find domain without instances being part of subdomain.domain

1

Regular Expression
PCRE (PHP <7.3)

/
(?<!staging\.)wascc\.com\.au
/
g

Description

no description available

Submitted by tripleee - 8 years ago