CommonRegex
CommonRegex copied to clipboard
Price Regex Bug
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"]