Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-29 16:52
Updated·2023-04-29 17:28
Flavor·PCRE2 (PHP)

/
((asia|europe|us|australia)|((north|south)(america|africa)))-((east|west|central|north|south)|((north|south)(east)))([0-9]{1,2})
/
gm
Open regex in editor

Description

It is the regex code used to parse the regions of the servers where Google Firebase, Firestore and Cloudfuntion are hosted.

Resources:

Submitted by Ramazan Sancar (gh:@ramazansancar)