Hi,
I need a quick regexp for validating that a string is a valid .au domain name. For example:
xxx.com.au
xxx.net.au
xxx.org.au
xxx.biz.au
xxx.--.au
all of these should be considered valid.
This should be pretty simple for someone not as hopeless with regexps as I am. Any ideas?