hello I have a string that has values in quotes 'hello' 'here' '199'
'something else'
I need to remove the quotes only when they are around numbers.
To make the string lookg like 'hello' 'here' 199 'something else'
any ideas on how to do this? thanks.