Bug 23916

Summary: New port: textproc/p5-DelimMatch (Perl extension to find regexp delimited strings with proper nesting)
Product: Ports & Packages Reporter: Anton Berezin <tobez>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: tobez
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!