Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-19 07:59
Updated·2022-10-21 09:36
Flavor·Python

r"
^uk|es|de$
"
gm
Open regex in editor

Description

That is an example that shows how to match a country code 2 letters for a list of possible matches

Submitted by joaosr-adjust