Closed winstliu closed 7 years ago
Changes the optional match for accessors to a multiple match, and changes the non-capturing group to an atomic group to avoid potential catastrophic backtracking.
Fixes #135
Merging, when I have more time I'll try to work out the comprehensive solution.
Changes the optional match for accessors to a multiple match, and changes the non-capturing group to an atomic group to avoid potential catastrophic backtracking.
Fixes #135