Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 407 Bytes

This repository now lives in GitLab:

https://gitlab.com/daniel-casanueva/pcre-light

pcre-light library

A small, efficient and portable regex library for Perl 5 compatible regular expressions

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.

Authorship

This library was originally written by Donald Stewart.