Regular Expressions 101

Community Patterns

REGEX for detecting AU Parcel locker

1

Regular Expression
PCRE (PHP <7.3)

/
(\d{5}\s?\d{5})?\s?(parcel\s?locker)\s?(\d{5}\s?\d{5})?
/
gi

Description

meh

Submitted by tsing to the motherfucking tao - 8 years ago