标签: javascript angularjs regex
我需要阻止用户输入' 00000'在邮政编码领域。目前,ng-pattern允许在邮政编码中使用5位数字。我不知道如何构造表达式以防止用户输入全零。
ng-pattern