Files
plan9port/src/libregexp
Igor Burago cc4571fec6 libregexp: allow up to 127 captured subexpressions in one regexp
128 counting with the entire expression match ($0).
2023-03-31 11:50:53 -04:00
..
2004-04-21 23:43:46 +00:00
2004-04-19 23:04:36 +00:00
2004-12-26 23:48:25 +00:00
2003-09-30 17:47:41 +00:00
2007-12-07 17:33:41 -05:00
2016-11-02 23:17:40 +00:00
2013-07-02 06:39:17 +02:00
2016-11-02 23:17:40 +00:00
2016-11-02 23:17:40 +00:00
2013-07-02 06:39:17 +02:00
2013-07-02 06:39:17 +02:00

This is a Unix port of the Plan 9 regular expression library,
originally done for the Inferno operating system.

Russ Cox repackaged this to build as a standalone
Unix library.  Send comments about packaging to
Russ Cox <rsc@post.harvard.edu>