1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/textproc/p5-DelimMatch/pkg-descr
Will Andrews f22b27b173 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>
2000-12-31 05:15:39 +00:00

11 lines
413 B
Plaintext

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>