repo/extra/pcre
Dylan Araps d92d1f1b87
pcre: fix source. Closes #360
2021-11-09 06:43:53 +02:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build pcre: update for new env 2021-07-18 06:01:27 +03:00
checksums pcre: 8.45 2021-07-08 10:53:00 +03:00
sources pcre: fix source. Closes #360 2021-11-09 06:43:53 +02:00
version pcre: fix trailing whitespace 2021-07-10 16:47:21 +03:00

README

pcre
________________________________________________________________________________

Perl Compatible Regular Expressions (PCRE) is a library written in C, which
implements a regular expression engine, inspired by the capabilities of the
Perl programming language. Philip Hazel started writing PCRE in summer 1997.
PCRE's syntax is much more powerful and flexible than either of the POSIX
regular expression flavors (BRE, ERE) and than that of many other
regular-expression libraries. [0]

Upstream: https://www.pcre.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b pcre                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions