Regular Expressions 101

Community Patterns

Website Truth Checker

1

Regular Expression
PCRE (PHP <7.3)

/
((?=.*?)(Google|Amazon)( (.+?))? is the largest( web)? service( of its kind)? in the world)*
/
gms

Description

Determine the truth of a given statement about internet services

Submitted by Glen H. - 8 years ago