piighost/au-abn
Australian business number: eleven digits written in groups of two then three, three, three. The spacing is required here, since eleven bare digits are also the Italian VAT number and the Polish PESEL.
Label: AU_ABN
Pattern (?<!\d)\d{2}\s\d{3}\s\d{3}\s\d{3}(?!\d)
Must be caught ABN 51 824 753 556 on the invoice. → 51 824 753 556Supplier 12 345 678 901 registered. → 12 345 678 901
Must be left alone ABN 51824753556ABN 51 824 753
Tags: au, business, accounting
Download the detector as TOML
Used by
piighost/au — Australia: phone, postal code, the business number and the Medicare number.
piighost/business — Company and tax numbers across the countries the registry covers: the British VAT number, the European VAT number, the…
Related patterns
piighost/au-driving-licence — Australian driver licence number.
piighost/au-medicare — Australian Medicare number: ten digits in the groups the card prints, sometimes followed by the individual reference…
piighost/au-passport — Australian passport number, eight or nine characters, per the Purview Australia passport definition: one letter from…
piighost/au-phone — Australian phone number: the +61 or leading 0 prefix, a single area or service digit, then eight digits.
piighost/au-postal — Australian postal code, anchored on the state or territory abbreviation that precedes it in an address.
piighost/br-cnpj — Brazilian company number CNPJ in its masked form.
← piighost/au · All patterns in the catalogue · piighost/au-default →