Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-05-06 17:38
Flavor·Python

r"
(^[A-Za-z]{2}$)
"
Open regex in editor

Description

States (US) 2 char format, matches: Ga or GA

Submitted by miqui