My input is string contains character and special symbol, I need only numeric value output so how can we do that using Node JS.
const myInput = "56,57FS+2d" //desired output is 56,57
For character not fixed with FS it will be change. Thanks in advance.