Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-09-19 17:00
Flavor·PCRE (Legacy)

/
(?:^|\b)(\d{5}-\d{4}|\d{5})\b
/
g
Open regex in editor

Description

Detect US zipcode

Submitted by anonymous