I'd have expected this to work: `((--.*)?)` (so `(...
# announcements
i
I'd have expected this to work:
((--.*)?)
(so
()?
to make it optional and wrap in a new
()
to capture) but that doesn't capture it either
I solved it. Needed to add
$
at the end of the regex.