markdown icon indicating copy to clipboard operation
markdown copied to clipboard

code quality: use named groups in RegExp

Open srawlins opened this issue 2 years ago • 0 comments

I had totally missed that Dart RegExp supports named groups. We should use these in parsing, as it is mind-melting to try to keep the indices of nested groups in order, especially on the list item patterns.

srawlins avatar Aug 30 '22 16:08 srawlins