COUNTRY CODE | IP TYPE | Application Number | EXAMPLE FOR REGISTRATION AND RETRIEVAL: Country Code + " " + Application Number | Regex group used to match to registration number |
---|---|---|---|---|
SK | Patent | PP NNNNN-YYYY | SK PP 12345-2025 | ^(SK)\s?(PP)\s?(\d{1,5})-?(\d{4})$ |
International Patent | PCT/SKYYYY/NNNNNN | PCT/SK2025/001234 | ^(PCT)\/?(SK)(\d{4})\/?(\d{6})$ | |
Utility | PUV NNNNN-YYYY | SK PUV 12345-2025 | ^(SK)\s?(PP)\s?(\d{1,5})-?(\d{4})$ | |
Design | PD NNNN-YYYY | SK PD 1234-2025 | ^(SK)\s?(PD)\s?(\d{1,4})-?(\d{4})$ | |
Trademark | POZ NNNN-YYYY(A) | SK POZ 3100-2025(A) | ^(SK)\s?(POZ)\s?(\d{1,4})-?(\d{4})([A-Z]?)$ |