Regular Expressions 101

Community Patterns

0

Data

Python
no description available
Submitted by anonymous - 4 years ago
0

eleveo

Golang
no description available
Submitted by anonymous - 4 years ago
0

Email validation

Python
no description available
Submitted by anonymous - 4 years ago
0

FB match group

Golang
no description available
Submitted by anonymous - 4 years ago

All Valid Googlebots (strict mode)

0

Regular Expression
Python

r"
^(Mozilla/5\.0 (\(Linux; Android 6.0.1; Nexus 5X Build/MMB29P\) )?(AppleWebKit/[0-9]+\.[0-9]+ \(KHTML, like Gecko[\);] )?(Chrome/[0-9]{2,3}\.[0-9]+\.[0-9]+\.[0-9]+ Mobile Safari/[0-9]+\.[0-9]+ )?\(?compatible; )?Googlebot((-Image|-Video)?/[0-9]\.[0-9]|-News)(;? \(?\+http://www\.google\.com/bot\.html\)( Chrome/[0-9]{2,3}\.[0-9]+\.[0-9]+\.[0-9]+ Safari/[0-9]+\.[0-9]+)?)?$
"
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago