Is there a plan to add a switch so the implicit full match (^…$) can be disabled?
1 Like
That has been on my mind as well. I think changing it to universally use the non-full match behavior should be fine.
Yeah I wouldn’t mind either way!
Non-full match should definitely be the default behaviour, as in any other regex search feature – if the user wants full match, they can use ^…$
in the regex pattern itself.