Hi,
I have a list of values that I need converted.
They look like this:
<tbody>
14.75K
29K
44.5K
26.5K
28.5K
1.5K
22K
</tbody>
and I am trying to get them changed to
<tbody>
14750
29000
44500
26500
28500
1500
22000
</tbody>
Any and all help Appreciated!
Thanks,
Todd