I am trying to Validate Postal code and Phone Number in Text box using Angularjs. But it\'s not working
Your regex has two || instead of single, which breaks the regex validation clause.
I pasted it to (https://regex101.com) and it says that char breaks it.