Regular Expressions 101

Community Patterns

5

ipv6

PCRE (PHP <7.3)
Match an ipv6 address
Submitted by Frusty - 7 years ago
9

only numbers

PCRE (PHP <7.3)
A string with only numbers in
Submitted by Gotts - 8 years ago

Google Firebase/Firestore Regions Regex

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

Loading markdown...
Submitted by Ramazan Sancar (gh:@ramazansancar) - 5 months ago
(Last modified 5 months ago)