I want to remove the special character after a number, please help.
data:
7.62\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
I want:
7.62. the number is not constant it will keep changing so I need to remove only the special character.
↧