Top "Angularjs-ng-pattern" questions

Input control follows HTML5 input types and polyfills the HTML5 validation behavior for older browsers.

How to add password validation using regular expression in angularjs according to certain criterion?

I want to validate password entered by user for following criteria : Password should be at least 8 characters long and should …

javascript angularjs validation ng-pattern angularjs-ng-pattern
Regular expression : match either of two conditions?

Hi I don't know much about regular expression. But I need it in form validation using angularJs. Below is the …

javascript angularjs regex angularjs-ng-pattern
Australian Mobile number regular expression validation needs to allow space in between number

I need to validate the mobile number first text input starting with 04 should be total 10 digits including 04(eg : 0412345678) my input …

javascript angularjs regex angularjs-ng-pattern
ng-pattern with regex having double quotes does not escape correctly

I have a ng-pattern validation for a regex of ^[^\./:*\?\"<>\|]{1}[^\/:*\?\"<>\|]{0,254}$ which basically tests the invalid chars in …

javascript angularjs regex ng-pattern angularjs-ng-pattern