"USPS EA 000 000 000 US" now works.

master
Jag Talon 2013-03-15 10:33:00 -04:00
parent ddfd1bc0d4
commit c9b1b36aa4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ my $tracking_qr = qr/package|track(?:ing|)|num(?:ber|)|\#/i;
triggers query_nowhitespace_nodash => qr/^
$usps_qr.*?([\d]{9,})\s*$|
^([\d]{9,}).*?$usps_qr$|
^([a-z]{2}\d{9}us)$|
^$usps_qr?([a-z]{2}\d{9}us)$usps_qr?$|
^(?:$tracking_qr|$usps_qr|)*([\d]{20,30})(?:$tracking_qr|$usps_qr|)*$
/xio;