firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.24k stars 199 forks source link

Partial Match like Ultrapico Expresso #1970

Closed JairoMartinezA closed 1 year ago

JairoMartinezA commented 1 year ago

Partial Match

Using Windows, I knew an amazing regular expression tester: https://ultrapico.com/Expresso.htm

I had to change to MacOS and I was testing Regex101, I want to suggest the possibility to add this feature. In Expresso you only need to SELECT a part of entire expression in order to test only that part:

image

firasdib commented 1 year ago

Not sure this makes as much sense for regex101 as it does for Expresso, as the matches are run automatically on regex101. Thus you should just remove the part you don't want, see what happens, then hit ctrl+z and be back to where you just were.