aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/re.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-10-26 15:39:50 +0200
committerBjörn Gustavsson <[email protected]>2011-10-27 12:57:55 +0200
commitdebce2eaa6bd62dca4d0a2ad5603af69528ced04 (patch)
treef9c65b17e4fdb966101edcaf731624da527c37cf /lib/stdlib/doc/src/re.xml
parenta971c9568ccebed4e8d00abf52faa59a2bcc1c18 (diff)
downloadotp-debce2eaa6bd62dca4d0a2ad5603af69528ced04.tar.gz
otp-debce2eaa6bd62dca4d0a2ad5603af69528ced04.tar.bz2
otp-debce2eaa6bd62dca4d0a2ad5603af69528ced04.zip
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