diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-DelimMatch | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) | |
download | ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip |
Notes
Diffstat (limited to 'textproc/p5-DelimMatch')
-rw-r--r-- | textproc/p5-DelimMatch/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-DelimMatch/pkg-descr b/textproc/p5-DelimMatch/pkg-descr index 0995ec90a2f7..2452f397d6bb 100644 --- a/textproc/p5-DelimMatch/pkg-descr +++ b/textproc/p5-DelimMatch/pkg-descr @@ -1,10 +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. +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. +contribute to the recognition of start and end delimiters. WWW: http://nwalsh.com/perl/delimmatch/ |