Make the implicit regex full match (^…$) optional

Is there a plan to add a switch so the implicit full match (^…$) can be disabled?

Screenshot 2024-11-21 at 02.05.46

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.