Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-04-12 14:51
Flavor·ECMAScript (JavaScript)

/
P(ost)?[\.\s]*(O|0)(ff(ice)?)?[\.\s]+B(o|0)x
/
gmi
Open regex in editor

Description

Detects PO Box matches in address fields. Used to validate if address looks like a PO Box or not. This is needed for validation logic when businesses are not allowed to ship to PO Boxes.

Submitted by anonymous