Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Library
Account
Regex Quiz
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
JavaScript
Python
Golang
Java
.NET 10.0 (C#)
Rust
POSIX ERE
POSIX BRE (grep/sed)
PCRE (Legacy)
Sponsors
Learn to code interactively with bite-sized, hands-on programming challenges.
Community Library
Search community submissions...
0/512
Your search did not match anything
Community Library Entry
1
Regular Expression
Open Workspace
/
[
a
-
zA
-
Z
]
+
\s\d
[
0
-
9
]
+
/
g
Description
Created
·
2021-06-24 19:22
Type
·
Match
Flavor
·
JavaScript
this just matches the city credential followed by zipcode e.g:
FL 18117
Submitted by
Gabriel Micah
Open Workspace