COUNTRY CODEIP TYPEApplication Number

EXAMPLE FOR REGISTRATION AND RETRIEVAL:

Country Code + " " + Application Number

Regex group used to match to registration number
UYPatentNNNNNUY 32345

^(UY)\s?(\d{5})$

International PatentPCT/UYYYYY/NNNNNNPCT/UY2021/001234^(PCT)/?(UY)(\d{4})/?(\d{6})$
UtilityNNNNU UY 3145U^(UY)\s?(\d{4})([U])$
DesignNNNNS UY 3067S

^(UY)\s?(\d{4})([S])$

TrademarkNNNNNNUY 271234^(UY)\s?(\d{6})$
  • No labels