madisonmay / CommonRegex

A collection of common regular expressions bundled with an easy to use interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Price Regex Bug

dhairyadalal opened this issue · comments

There seems to be an issue parsing prices. The extracted price figure is sometimes truncated for values in the thousands or greater

Example:
cr.CommonRegex("$6000").prices return ["$600"] instead of ["$6000"]