I have a database that contains company information (address, telephone etc)
On some of the telephone numbers it will have an international code: +44 (0) 123 12345
where the (0) will be different numbers depending on country.
I need to strip the (0)
I have the following code:
var el = $('#contactdetails');
el.html(el.html().replace("(0)", "-"));
which works on (0) - but how do I do this for wildcards