Australia Drivers License Format
The driver's license number in Victoria, Australia, follows a distinctive format consisting of 8 to 10 digits.
Regex Expressions | Description |
---|---|
(?i:\b[0-9]{8,10}\b) | Matches an 8–10-digit number formatted as NNNNNNNN, NNNNNNNNN, or NNNNNNNNNN without a delimiter. |
(?i:\b[0-9]{3} [0-9]{3} [0-9]{3}\b) | Matches a 9-digit number in the format NNN NNN NNN delimited by space. |
(?i:\b[0-9]{1} [0-9]{3} [0-9]{3} [0-9]{3}\b) | Matches a 10-digit number in the format N NNN NNN NNN delimited by space. |
(?i:\b[0-9]{1}-[0-9]{3}-[0-9]{3}-[0-9]{3}\b) | Matches a 10-digit number in the format N-NNN-NNN-NNN delimited by hyphen. |
(?i:\b[0-9]{3}-[0-9]{3}-[0-9]{3}\b) | Matches a 9-digit number in the format NNN-NNN-NNN delimited by hyphen. |
The format for an Australian New South Wales (NSW) Driver's License number consists of an 8-digit sequence represented as NNNNNNNN.
Regex Expressions | Description |
---|---|
(?i:\b[0-9]{8}\b) | Matches an 8-digit number in the format NNNNNNNN without a delimiter. |
The Queensland Driver's License in Australia is identified by an 8-digit number assigned to the license holder.
Regex Expressions | Description |
---|---|
(?i:\b0[0-9]{7}\b) | Matches an 8-digit number in the format 0NNNNNNN without a delimiter. |
How Lookuptax can help you in VAT validation?
Lookuptax VAT validation revolutionizes VAT number validation with its robust platform, empowering businesses to seamlessly verify VAT numbers across over 100 countries. Our cutting-edge technology ensures accurate and efficient validation, reducing errors and enhancing compliance.