I am getting stuck in JavaScript trying to modify my strings.
I am using Met-Office APT to extract weather forecast strings. Problem is temperature in them doesn't have a degree symbol, i.e.:
"Maximum Temperature 15C."
How to search within a random string for a temperature value and either replace "C" with "degrees" or insert degree symbol in-between the value and the C?
This might be really simple but I am just a noob.
My goal is to push modified string through TTS service.