aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/re.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-11-24 13:39:09 +0100
committerBjörn Gustavsson <[email protected]>2011-11-24 13:39:09 +0100
commit27c7d82499c764832a266ebc8190c3af645bcf28 (patch)
treee9396cc6704000596f58a0d68f9e0ce8e3ef02c4 /lib/stdlib/doc/src/re.xml
parentf545894e96d5898285eee8dce812c885cf208fb7 (diff)
parentdebce2eaa6bd62dca4d0a2ad5603af69528ced04 (diff)
downloadotp-27c7d82499c764832a266ebc8190c3af645bcf28.tar.gz
otp-27c7d82499c764832a266ebc8190c3af645bcf28.tar.bz2
otp-27c7d82499c764832a266ebc8190c3af645bcf28.zip
Merge branch 'bjorn/remove-regexp-module/OTP-9737'
* bjorn/remove-regexp-module/OTP-9737: stdlib: Remove the deprecated regexp module
Diffstat (limited to 'lib/stdlib/doc/src/re.xml')
-rw-r--r--lib/stdlib/doc/src/re.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml
index 18867cfb68..6d5336796c 100644
--- a/lib/stdlib/doc/src/re.xml
+++ b/lib/stdlib/doc/src/re.xml
@@ -41,8 +41,7 @@
strings and binaries.</p>
<p>The regular expression syntax and semantics resemble that of
- Perl. This library replaces the deprecated pure-Erlang regexp
- library; it has a richer syntax, more options and is faster.</p>
+ 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