I want to use ng-pattern
for 2 sets of languages, for example english and hebrew, all my tries just don't work:
vm.uNamePattern = "/^[a-zA-Z\s]|[א-ת]*$/";
vm.uNamePattern = "/^[a-zA-Zא-ת\s]*$/";
Here is a ref to only hebrew question - hebrew-only.
Thanks.