Im not so good with regex. Im looking to add a validation function that will return true/false if the string entered into it is a valid US, UK, or CA zip/postal code.
US: NNNNN CA: LNL NLN UK: Lots of combinations
L = letter, N = Number
There are individual functions for US, and Canada, but I failed to come up with a single unified function to do this.