Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


IP
TYPE
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
number formatExample for registration/retrieval


Regex for validationFormat mask
Country codeApplication number
PatentCZ YYYY-N(NNN)CZ2025-1^(CZ
CZPatentYYYY-NNNNNNJP 2010-001234^(JP
)\s?(
19|20)(
\d{
2
4})-?(\d{
6
1,4})$CZ $2-$3
International patentPCT/
JPYYYY
CZYYYY/NNNNNN
PCT/
JP2025
CZ2010/
123456
001234^(PCT)
^PCT
\/?
JP
(CZ)(\d{4})\/?(\d{6})$$1/$2$3/$4
UtilityCZ YYYY-
NNNNNN U
NNNNNUCZ2025-42519
JP 2010-001234
U^(
JP
CZ)\s?(
19|20)(
\d{
2
4})\s?-?\s?(\d{
6
5})\s?([U])$CZ $2-$3 $4
DesignCZ YYYY-
NNNNNN D
XXXXXDCZ2025-42524
JP 2010-001234
D^(
JP
CZ)\s?
(19|20)
(\d{
2
1,4})-?(\d{
6
5})\s?(D)$
 
CZ $2-$3 $4


Note

Regex are used to match and validate the possible user input to the format defined for the application.

The Format mask is used to transform(when needed) the different variations of the user input to the expected application number format.