Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-06-24 19:22
Flavor·ECMAScript (JavaScript)

/
[a-zA-Z]+\s\d[0-9]+
/
g
Open regex in editor

Description

this just matches the city credential followed by zipcode e.g: FL 18117

Submitted by Gabriel Micah