diff options
author | will <will@FreeBSD.org> | 2000-12-31 05:15:39 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 05:15:39 +0000 |
commit | 0416275aa83e1351a8a0465d9e8cd7cc53743965 (patch) | |
tree | 80c63407edfe498dae132a071340143a471ceed9 /textproc/p5-DelimMatch/pkg-descr | |
parent | adbc4f6423ebadf0d22da2dd501fc425183f24b9 (diff) | |
download | FreeBSD-ports-0416275aa83e1351a8a0465d9e8cd7cc53743965.zip FreeBSD-ports-0416275aa83e1351a8a0465d9e8cd7cc53743965.tar.gz |
Add p5-DelimMatch 1.03, a perl module to find regexp delimited strings
with proper nesting
PR: 23916
Submitted by: Anton Berezin <tobez@tobez.org>
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 0000000..4c70f0b --- /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> |