in reply to question regarding separators for regular expressions

I like the matched delimeters; parens, brackets, and braces. They minimize or eliminate backwhacking, which eases the "leaning toothpick" effect. You don't even need to escape the delimeters if their use in your regex is balanced.

After Compline,
Zaxo

  • Comment on Re: question regarding separators for regular expressions