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
CUPatent
CU/P/YYYY/NNNNNNN
CU CU/P/2022/0062087
^CU\sCU/P/\d{4}(\/)\d(7)$
Including one space character after the two-letter office code and all characters should be in upper case
 
International Patent
PCT/CUYYYY/NNNNNN
PCT/CU2015/0062087
^PCT\/CU\d{4}\/\d{6}$

Same formatting rules including the two slashes for all PCT numbers issues by different PCT Receiving Offices
 
Utility Model
CU/U/YYYY/NNNNNNN
CU CU/U/2022/0234567
^CU\sCU/U/\d{4}(\/)\d(7)$
Including one space character after the two-letter office code and all characters should be in upper case
 
Industrial Designs
CU/D/YYYY/NNNNNNN
CU CU/D/2022/0234567
^CU\sCU/D/\d{4}(\/)\d(7)$
Including one space character after the two-letter office code and all characters should be in upper case
 
Trademarks
CU/T/YYYY/NNNNNNN
CU CU/T/2022/0234567
^CU\sCU/T/\d{4}(\/)\d(7)$
Including one space character after the two-letter office code and all characters should be in upper case
 
  • No labels