Currently Im developing a website with Zend framework.
I need help with my suburb name validation
I need the validation to check if the input is in the following format
Suburb Name comma symbol space State abbreviations (State abbreviations consist exact three letters)
Example: MANLY, NSW or SYDNEY, NSW or PALM BEACH, QLD
Basically I need to validate in this format? So how can i do it in Zend framework? Do I need to write custom Zend form validation?
Thanks so much in advance :D