Closed ravciok closed 5 years ago
I need opportunity to get regex val after transform from mask. Is any chance to add this i pr?
// get value without mask jMask.getRegex = function() { return p.getRegexMask(); }; $.fn.getRegex = function() { return this.data('mask').getRegex(); };
I need opportunity to get regex val after transform from mask. Is any chance to add this i pr?