Speaktech.in

Jquery Removing currency symbols from a string

Jquery Removing currency symbols from a string

Below script removes everything that is not a digit from the value stored in the script.


amount.replace(/[^\d\.]/g, '');