From 8f4d1081433032a16c94c051844b48e22908b895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Mattsson?= Date: Fri, 25 Oct 2013 09:45:59 +0200 Subject: Add XML marker for regexp syntax --- lib/stdlib/doc/src/re.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/stdlib/doc/src/re.xml') diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml index 71a6e34513..7a9f37ca90 100644 --- a/lib/stdlib/doc/src/re.xml +++ b/lib/stdlib/doc/src/re.xml @@ -40,8 +40,8 @@

This module contains regular expression matching functions for strings and binaries.

-

The regular expression syntax and semantics resemble that of - Perl.

+

The regular expression + syntax and semantics resemble that of Perl.

The library's matching algorithms are currently based on the PCRE library, but not all of the PCRE library is interfaced and @@ -702,7 +702,7 @@ This option makes it possible to include comments inside complicated patterns. N - +

PERL LIKE REGULAR EXPRESSIONS SYNTAX

The following sections contain reference material for the -- cgit v1.2.3