Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-03 17:01
Flavor·ECMAScript (JavaScript)

/
(\d{5})+|(\w)+
/
g
Open regex in editor

Description

exact 5 digits followed by string (city)

Submitted by moritz