Closed apxamccallum closed 2 years ago
Regex to add 0.1 to floats did not account for negative numbers. Added quantifier to check for negative numbers. Added tests for floats.
I have not fixed the issue with arrays of floats. I think a regex to fix those will have too many false positives.
reviewing alternate solutions
Regex to add 0.1 to floats did not account for negative numbers. Added quantifier to check for negative numbers. Added tests for floats.
I have not fixed the issue with arrays of floats. I think a regex to fix those will have too many false positives.