I am trying to replace substrings to nothing. For example, I want to convert £1,000.90 to 1000.90 i.e., simply replace \'£\' and \',\' with nothing. And I thought I will do