|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


pcre                                                                version 8.45
________________________________________________________________________________

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]
* History ................................................................ [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

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


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] History
________________________________________________________________________________

2021-11-09 d92d1f1b pcre: fix source. Closes #360
2021-07-18 664a928d pcre: update for new env
2021-07-15 9e0e4d9a pcre: use VERSION
2021-07-12 fc5daf41 pcre: enable manual pages. See #273
2021-07-10 9336d247 pcre: fix trailing whitespace
2021-07-08 b0452771 pcre: 8.45


[004] References
________________________________________________________________________________

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



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.