Source: delimmatch Section: perl Priority: optional Maintainer: Peter Eisentraut Standards-Version: 3.8.0 Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5) Build-Depends-Indep: perl (>> 5.8) Homepage: http://search.cpan.org/dist/DelimMatch/ Package: libdelimmatch-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to match delimited substrings DelimMatch allows you to match delimited substrings in a buffer. The delimiters can be specified with any regular expression and the start and end delimiters need not be the same. If the delimited text is properly nested, entire nested groups are returned. . In addition, you may specify quoting and escaping characters that contribute to the recognition of start and end delimiters.