Join Slack
Powered by
I'd have expected this to work: `((--.*)?)` (so `(...
# announcements
i
iex
07/24/2019, 12:02 PM
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
iex
07/24/2019, 12:28 PM
I solved it. Needed to add
$
at the end of the regex.
2
Views
Open in Slack
Previous
Next