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

Additional server-side (PHP) checking libraries #794

Open nightrider77 opened 1 year ago

nightrider77 commented 1 year ago

Hello,

Are there any PHP libraries that can understand masks of this plugin and additionally validate user input on the back end of the application?

douglas-legulas commented 1 year ago

I don't think so. We are instructed to "unmask" the value before doing anything with it. Then you would use it as a float/decimal or integer.