Node-Red 4.0.1
Node.js 20.14.0
I get the MQTT Topic as string which includes numbers and letters. I would like to dump the letters to get the number only.
257.01kwh =>> 257.01
or
0.35A =>> 0.35
or
1233.92W =>> 1233.92
How do filter out the letters and change the string to number.
Thanks for your support.