2000-12-31 00:15:39 -05:00
|
|
|
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.
|
|
|
|
|
2002-10-28 10:24:36 -05:00
|
|
|
WWW: http://nwalsh.com/perl/delimmatch/
|
|
|
|
|
2000-12-31 00:15:39 -05:00
|
|
|
-Anton
|
2001-06-12 15:25:41 -04:00
|
|
|
<tobez@FreeBSD.org>
|