diff options
author | Fredrik Gustafsson <[email protected]> | 2013-10-29 15:41:13 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-10-29 15:41:13 +0100 |
commit | d5c36c38029a6ebee48bdf1ea703673679bcee49 (patch) | |
tree | 27c8c3c243b0ee6256d5ae02b92872d387e79307 /lib/stdlib/doc | |
parent | f87482d310143b300d1f99783dc7125b4bb23c58 (diff) | |
parent | c204ee9319c2007bfe2124861d015f1afa935485 (diff) | |
download | otp-d5c36c38029a6ebee48bdf1ea703673679bcee49.tar.gz otp-d5c36c38029a6ebee48bdf1ea703673679bcee49.tar.bz2 otp-d5c36c38029a6ebee48bdf1ea703673679bcee49.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/re.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml index b2cde3f72d..a1833f6a51 100644 --- a/lib/stdlib/doc/src/re.xml +++ b/lib/stdlib/doc/src/re.xml @@ -40,8 +40,8 @@ <p>This module contains regular expression matching functions for strings and binaries.</p> - <p>The regular expression syntax and semantics resemble that of - Perl.</p> + <p>The <seealso marker="#regexp_syntax">regular expression</seealso> + syntax and semantics resemble that of Perl.</p> <p>The library's matching algorithms are currently based on the PCRE library, but not all of the PCRE library is interfaced and @@ -877,7 +877,7 @@ nomatch </func> </funcs> - + <marker id="regexp_syntax"></marker> <section> <title>PERL LIKE REGULAR EXPRESSIONS SYNTAX</title> <p>The following sections contain reference material for the |