mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
259 B
Plaintext
5 lines
259 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.
|