Closed atemena closed 4 years ago
Getting an invalid value for BigDecimal() error when trying to parse percentages like "-51.71 %".
invalid value for BigDecimal()
Fix third alternative in regex to not match negative numbers with trailing non digit characters
Thank you!
Issue
Getting an
invalid value for BigDecimal()
error when trying to parse percentages like "-51.71 %".Change
Fix third alternative in regex to not match negative numbers with trailing non digit characters