This is the list of all states and territories in Australia.

The format is "safe_key|value". The safe_key is the ISO 3166-2 code of the respective state and the value is the name of the respective state.

Pipe Delimited Values

NSW|New South Wales
QLD|Queensland
SA|South Australia
TAS|Tasmania
VIC|Victoria
WA|Western Australia
ACT|Australian Capital Territory
NT|Northern Territory

PHP Associative Arrays

'NSW' => 'New South Wales',
'QLD' => 'Queensland',
'SA' => 'South Australia',
'TAS' => 'Tasmania',
'VIC' => 'Victoria',
'WA' => 'Western Australia',
'ACT' => 'Australian Capital Territory',
'NT' => 'Northern Territory',