[
https://issues.apache.org/jira/browse/FLEX-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211842#comment-13211842
]
Marcus Fritze commented on FLEX-16:
-----------------------------------
Just in case, someone need the ZIP-Code RegExp for GB (United Kingdom):
b = character (A-Z)
z = number (0-9)
string: "bz bzz | bzz zbb | bzb zbb | bbz zbb | bbzz zbb | bbzb zbb",
regExp:
/^(([A-Z]\d)|([A-Z]\d{2})|([A-Z]\d[A-Z])|([A-Z{2}\d)|([A-Z]{2}\d{2})|([A-Z]{2}\d[A-Z]))\x20\d[A-Z]{2}$/
this works for me.
> Missing en_AU locale for Flex SDK framework
> -------------------------------------------
>
> Key: FLEX-16
> URL: https://issues.apache.org/jira/browse/FLEX-16
> Project: Apache Flex
> Issue Type: Improvement
> Reporter: Justin Mclean
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Attachments: en_AU.tar, en_AU.txt, en_GB.zip
>
>
> Flex SDK has only has an en_US english locale, there are many other english
> locales that could be supported with minor changes to the existing
> .properties files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira