How to clear the formatting of a ZIP code field in this format: 87.678-000 ?
I need to remove the "." and the "-" and return only the numbers. I tried something like that, unfortunately it did not work out.
var i = '^[0-9]+$';
var reg...
asked by
23.05.2014 / 18:47