Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace regex used to split ranges
Found in #433, the regex used to split ranges on `||` was padded by `\s*` on either side causing a decrease in performance when used on range strings with a lot of spaces. Since the result of the split is immediately trimmed, we can just split on the string instead.
- Loading branch information