79168577

Date: 2024-11-08 02:17:54
Score: 1
Natty:
Report link

First, you can replace "," to another character. For example, you can change "BF002062010","1,300.00" to "BF002062010"-"1,300.00".

Then, using line = line.replace(',', ''); removes thousand comma.

Finally, you can replace "-" to replace ",".

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TavenZ