Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-01-23 09:41
Flavor·PCRE (Legacy)

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

Description

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

google | googlebot | bot | crawler

Submitted by anonymous