Subject: | A way to control escape characters on extract_bracketed |
I was demonstrating Text::Balanced on Stack Overflow <http://stackoverflow.com/a/15302308/14660> and discovered extract_bracketed did not handle escape characters such as "{ab\}c}" and appears to have no way to specify an escape character. Maybe I can do this with gen_delimited_pat, but it seems an important missing feature.
It would be useful if escape characters could be specified as another argument.
It would be useful if escape characters could be specified as another argument.