This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#231) simplify regex compacting expression in createRegexRestore
Previously this expression contains a fragment similar to /aa*/ - have simplified this to /a+/.
- Loading branch information