libregexp icon indicating copy to clipboard operation
libregexp copied to clipboard

Unix port of the Plan 9 regular expression library.

trafficstars

Build Status Coverity Scan Build Status

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.

David du Colombier repackaged Russ Cox's work, removed dependencies on libutf and libfmt and fixed various issues.