Title |
Test
Find
Parcelforce - All Tracking Codes
|
Expression |
^(?<ParcelForceUK>(?:[A-z]{2}\d{7})|(?:[A-z]{4}\d{10}))$|^(?<ParcelForceExport>(?:[A-z]{2}\d{9}[Gg][Bb])|(?:\d{12}))$|^(?<ParcelForceImport>[A-z]{2}\d{9}(?![Gg][Bb])[A-z]{2})$ |
Description |
A combined version of my other three Parcelforce tracking code regexes listed on this site. Uses named capture groups to capture and identify between UK tracking, international export and international import tracking codes. Case insensitive. |
Matches |
AA1234567 | AAAA1234567890 | AA123456789GB | 123456789012 | AA123456789AA |
Non-Matches |
non | matching | examples |
Author |
Rating:
Not yet rated.
Matthew Harris
|
Source |
http://www.parcelforce.com/help-and-advice/sending-worldwide/tracking-number-formats |
Your Rating |
|