in reply to question regarding separators for regular expressions

Usually s[...][...].

Very occasionally s<...><...>

For me, always balanced for the reasons Zaxo gave , but also because they highlight in a different colour to the contents of the regex and so stand out.

I use the same for all other quote-likes also for consistancy.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon