diff options
author | Manuel Rubio <[email protected]> | 2017-04-17 21:30:21 +0100 |
---|---|---|
committer | Manuel Rubio <[email protected]> | 2017-04-17 21:30:21 +0100 |
commit | f0dc506eac4b6b62a88cb1bb288a29d138d068c7 (patch) | |
tree | ec57df4681ce0af5e72fbea5c7ee1252085fe3ac | |
parent | 74dc036b67427987f54b45beb3adcccd2cf2e27a (diff) | |
download | otp-f0dc506eac4b6b62a88cb1bb288a29d138d068c7.tar.gz otp-f0dc506eac4b6b62a88cb1bb288a29d138d068c7.tar.bz2 otp-f0dc506eac4b6b62a88cb1bb288a29d138d068c7.zip |
add re:version/0 documentation and update the copyright of the file to 2017
-rw-r--r-- | lib/stdlib/doc/src/re.xml | 10 |
1 files changed, 9 insertions, 1 deletions
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 @@ <header> <copyright> <year>2007</year> - <year>2016</year> + <year>2017</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -78,6 +78,14 @@ <funcs> <func> + <name name="version" arity="0"/> + <fsummary>Gives the PCRE version of the system in a string format</fsummary> + <desc> + <p>The return of this function is a string with the PCRE version of the system that was used in the Erlang/OTP compilation.</p> + </desc> + </func> + + <func> <name name="compile" arity="1"/> <fsummary>Compile a regular expression into a match program</fsummary> <desc> |