firasdib / Regex101

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

Delimiter options are limited - "+" as delimiter #1981

Closed ericmarceau-rogers closed 1 year ago

ericmarceau-rogers commented 1 year ago

Expanded set of delimiter specification - User-specified character not in drop-down menu

I use the "+" as a safe delimiter because I have fewer conflicts with that as the choice.

Can that be offered as a drop-down option?

OR ... can the user be allowed to select any character of their choosing for the delimiter, as per original sed specification?

Thank you.

firasdib commented 1 year ago

It becomes complicated when characters which typically have a special meaning in regular expressions, as used as delimiters. While technically possible, I try to avoid it and don't want to cause the additional confusion.