fixes #16656; add nre to lib.md (#21042)

This commit is contained in:
ringabout
2022-12-08 15:51:31 +08:00
committed by GitHub
parent 4da3ead294
commit 4480fd3e93

View File

@@ -606,6 +606,10 @@ Regular expressions
This module contains procedures and operators for handling regular
expressions. The current implementation uses PCRE.
* [nre](nre.html)
This module contains many help functions for handling regular expressions.
The current implementation uses PCRE.
Database support
----------------