Subject: | Cities with 'Saint' prefix gets misinterpted as street type |
For this address...
1 BEACH ROAD ST PETERSBURG FL 33701
the module gives the following output
'number' => '1',
'city' => 'PETERSBURG',
'state' => 'FL',
'street' => 'BEACH ROAD',
'zip' => '33701',
'type' => 'St'
ST is consumed to early as street type, but ROAD is ignored as a street type.