Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
[a-zA-Z]+\s\d[0-9]+
/
g

Description

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

Submitted by Gabriel Micah - 4 years ago