scrapinghub / price-parser

Extract price amount and currency symbol from a raw text string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect parsing when input doesn't contain digits before decimal point

enquora opened this issue · comments

'$ .75' is incorrectly parsed as 75

A proper parser is probably necessary for maintainability and to reliably implement the functionality intended for this project.