Skip Menu |

This queue is for tickets about the Text-Balanced CPAN distribution.

Report information
The Basics
Id: 83837
Status: new
Priority: 0/
Queue: Text-Balanced

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 2.02
Fixed in: (no value)



Subject: A way to control escape characters on extract_bracketed
I was demonstrating Text::Balanced on Stack Overflow <http://stackoverflow.com/a/15302308/14660&gt; 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.