Versions Compared

Key

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


IP typeApplication number formatExample for registration/retrieval


Regex for validationFormat mask
Country codeApplication number
PatentIE YYYYNNNNNIE202623145^(IE)\s?(\d{4})\s?(\d{
1,
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?(\d{4})\s?(\d{4})$|^IE\s?IE\s?(\d{4})\s?(\d{4})$IE $1$2
TrademarkIE YYYY NNNNNIE2026 42524^(IE)\s?(\d{
1,
4})\s?(\d{5})$IE
$2-$3 $4
$2$3


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.

...