mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-28 21:29:28 +00:00
11 lines
413 B
Plaintext
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>
|