money-parser icon indicating copy to clipboard operation
money-parser copied to clipboard

Price and currency parsing utility

Results 2 money-parser issues
Sort by recently updated
recently updated
newest added

Hey, I am using money-parser to recognize currencies inside strings. After that, I am using num2words to replace it in the original sentence in cardinal form. For example: Original: It...

Hi, thanks for the tool. For some time now the code has produced DeprecationWarnings, including but not necessarily limited to: ``` lib\site-packages\money_parser\__init__.py:9 lib\site-packages\money_parser\__init__.py:9: DeprecationWarning: invalid escape sequence '\d' _CLEANED_PRICE_RE =...