diff options
Diffstat (limited to 'textproc/p5-DelimMatch/pkg-descr')
-rw-r--r-- | textproc/p5-DelimMatch/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-DelimMatch/pkg-descr b/textproc/p5-DelimMatch/pkg-descr new file mode 100644 index 000000000000..4c70f0b0bd0e --- /dev/null +++ b/textproc/p5-DelimMatch/pkg-descr @@ -0,0 +1,10 @@ +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. + +-Anton +<tobez@tobez.org> |