From be7c883a4d53050e5b58e7e805c947c1244ac747 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Wed, 18 May 2011 15:47:55 +0200 Subject: Fixup of re doc and specs --- lib/stdlib/doc/src/re.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml index 8c9e08ac3a..18867cfb68 100644 --- a/lib/stdlib/doc/src/re.xml +++ b/lib/stdlib/doc/src/re.xml @@ -94,7 +94,7 @@ Regexp = iodata() | io:charlist() Options = [ Option ] - Option = unicode | anchored | caseless | dollar_endonly | dotall | extended | firstline | multiline | no_auto_capture | dupnames | ungreedy | {newline, NLSpec}| bsr_anycrlf | bsr_unicode + Option = compile_option() NLSpec = nl_spec() MP = mp() ErrSpec = {ErrString, Position} @@ -170,7 +170,7 @@ This option makes it possible to include comments inside complicated patterns. N Match a subject against regular expression and capture subpatterns Subject = iodata() | io:charlist() - RE = mp() | iodata() | io:charlist() + RE = mp() | iodata() Captured = [ CaptureData ] CaptureData = {integer(),integer()} -- cgit v1.2.3