-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
TY for this wonderful package.
I use it along with embark, and can't avoid to notice that embark matchers for parentheses often get better results at identifing the right parenthesis, in particular when there's a string with an open parenthesis in-between.
See the following example, with a voluntarily added extra parenthesis :
(substitute* "test"
(("\\(.*")
"")))
In this case embark matches the right parenthesis, but meow's select round does not.
Metadata
Metadata
Assignees
Labels
No labels