Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
\S+(\-\d+){4}\.google\w*\.com
/
gm

Description

Verifying googlebot domain based on google docs: https://support.google.com/webmasters/answer/80553?hl=en

google | googlebot | bot | crawler

Submitted by anonymous - 5 years ago