aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-DelimMatch
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-DelimMatch
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
Notes
Diffstat (limited to 'textproc/p5-DelimMatch')
-rw-r--r--textproc/p5-DelimMatch/pkg-descr4
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/