Australian Full National Number (FNN)

Prev Next

Australian Full National Number is either an Australian landline or mobile phone number with area code and/or country code.

Validator

None

Matched expressions

Regex expressions

Description

Score

\b(0[2378]|\(0[2378]\)|\+61[2378]) ?\d{4}[- ]?\d{4}\b

Matches a 10-digit number of the following format, the first two digits are the area code followed by the number delimited by hyphen:

  • 02 NNNN-NNNN

  • 03 NNNN-NNNN

  • 07 NNNN-NNNN

  • 08 NNNN-NNNN

  • (02) NNNN-NNNN

  • (03) NNNN-NNNN

  • (07) NNNN-NNNN

  • (08) NNNN-NNNN

  • +612 NNNN-NNNN

  • +613 NNNN-NNNN

  • +617 NNNN-NNNN

  • +618 NNNN-NNNN

1

\b04\d{2}-\d{3}-\d{3}\b

Matches a 10-digit number of the format 04NN-NNN-NNN delimited by hyphen.

1

\b(0|\+61 )4\d{2} \d{3} \d{3}\b

Matches a 10-digit number of the following format, the first two digits are the area code followed by the number delimited by space:

  • 04NN NNN NNN

  • +61 4NN NNN NNN

1

\b(0|\+61)4\d{8}\b

Matches a 10-digit number of the following format, the first two digits are the area code followed by the number without a delimiter:

  • 04NNNNNNNN

  • +61 NNNNNNNN

1

Ignored expressions

None