Bug 23916 - New port: textproc/p5-DelimMatch (Perl extension to find regexp delimited strings with proper nesting)
Summary: New port: textproc/p5-DelimMatch (Perl extension to find regexp delimited str...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-28 23:20 UTC by Anton Berezin
Modified: 2000-12-31 05:15 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.83 KB, text/plain)
2000-12-28 23:20 UTC, Anton Berezin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin 2000-12-28 23:20:08 UTC
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.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-12-31 05:15:17 UTC
State Changed
From-To: open->closed

Committed, thanks!