Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It looks like that in prev version of regex it is possible that `.*` can eval into a digit, which in turn will lead to a valid input :) ``` ".*[0-9]{9}.*(k|K|m|M|g|G)?.*" ```
- Loading branch information