COUNTRY CODEIP TYPEApplication Number

EXAMPLE FOR REGISTRATION AND RETRIEVAL:

Country Code + " " + Application Number

WELL
FORMATTED NUMBERS (REGEX) TO BE PRINTED on DAS COVER PAGE, CERTIFICATE PAGES AND DISPLAY IN UI PORTALS
NOTES
USPatentNN/NNN,NNNUS 98/012,357US 98/012,357
^US\s\d{2}(/)d{3}(,)d{3}$
Including one space character after the two-letter office code. slash and commas are mandatory separators all characters should be in upper case
DesignNN/NNN,NNNUS 29/010,907US 29/010,907
^US\s\d{2}(/)d{3}(,)d{3}$
Including one space character after the two-letter office code. slash and commas are mandatory separators all characters should be in upper case
  • No labels