in reply to Re: most terse regex match count
in thread most terse regex match count
Quick thought to reduce capturing: m|()A|gs? If I understand docu correctly the list is populated and then the values are discarded. So collect the smallest possible value instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: most terse regex match count
by haukex (Archbishop) on May 18, 2019 at 19:13 UTC |