You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


IP typeApplication number formatExample for registration/retrieval


Regex for validationFormat mask
Country codeApplication number
PatentIE YYYYNNNNNIE202623145^(IE)\s?(\d{4})\s?(\d{5})$IE $2$3
International patentPCT/IEYYYY/NNNNNN
PCT/IE2026/001234^(PCT)\/?(IE)(\d{4})\/?(\d{6})$$1/$2$3/$4
DesignIE YYYYNNNNIE20262519^IE\s?IE\s?(\d{4})\s?(\d{4})$IE $1$2
TrademarkIE YYYY NNNNNIE2026 42524^(IE)\s?(\d{4})\s?(\d{5})$IE $2$3


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.


  • No labels