igorescobar / jQuery-Mask-Plugin

A jQuery Plugin to make masks on form fields and HTML elements.
http://igorescobar.github.io/jQuery-Mask-Plugin/
Other
4.77k stars 1.42k forks source link

static value test added #788

Open NoxelNyx opened 2 years ago

NoxelNyx commented 2 years ago

Added testMaskedVal method that returns the result of regexMask.test(p.val()).

Added static method maskMatched that returns the result of testMaskedVal method.

Updated existing focusout.mask event to reference testMaskedVal method.