firasdib / Regex101

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

[pcre] [pcre2] Add marker name (if any) in the match information window #2164

Open CasimirEtHippolyte opened 8 months ago

CasimirEtHippolyte commented 8 months ago

Could you add the last marker name encountered in the match information? Consider these patterns:

/branch1(*MARK:name1)|branch2(*MARK:name2)/

or

/branch1(*:name1)|branch2(*:name2)/

The idea is to add a row "MARK | | name1" after the groups if for example branch1 succeeds.

Thanks for all the job.