Changes

Jump to navigation Jump to search
=====Postcode=====
U.S. postcode follows should follow the pattern five digits - four digits. In this way, U.S. patents can be extracted by searching for postcode with regular expression . Note: It is too risky to extract just 5 digit postcodes as these might street numbers, or other countries postcodes.
'(^|\s)\d{5}-\d{4}($|\s)'

Navigation menu