Changes

JavaScript Validation

4 bytes removed, 13:13, 25 August 2014
To perform pattern matching
==To perform pattern matching==
isMatch(@value@, ''pattern'', ''isEmptyOK'')
Where ''pattern'' is
To validate 9 digits SIN number, put this into the box
isMatch(@value@, 'NNNNNNNNN', false)
==To allow only numbers and one other character==
8,849
edits