Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-19 08:30
Updated·2022-10-21 09:35
Flavor·Python

r"
^[a-z][a-z]$
"
gm
Open regex in editor

Description

That is an example that shows how to match any country code 2 letters pattern

Submitted by joaosr-adjust