From f0dc506eac4b6b62a88cb1bb288a29d138d068c7 Mon Sep 17 00:00:00 2001 From: Manuel Rubio Date: Mon, 17 Apr 2017 21:30:21 +0100 Subject: add re:version/0 documentation and update the copyright of the file to 2017 --- lib/stdlib/doc/src/re.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml index 7f4f0aa18c..8072e8fd97 100644 --- a/lib/stdlib/doc/src/re.xml +++ b/lib/stdlib/doc/src/re.xml @@ -5,7 +5,7 @@
2007 - 2016 + 2017 Ericsson AB, All Rights Reserved @@ -77,6 +77,14 @@ + + + Gives the PCRE version of the system in a string format + +

The return of this function is a string with the PCRE version of the system that was used in the Erlang/OTP compilation.

+
+
+ Compile a regular expression into a match program -- cgit v1.2.3