diff options
Diffstat (limited to 'doc/case.html')
-rw-r--r-- | doc/case.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/case.html b/doc/case.html index db7e983..a82eec8 100644 --- a/doc/case.html +++ b/doc/case.html @@ -101,7 +101,7 @@ in <em>regex</em>. </li> emptyenv case -N -- $1 { - "\\([fo]+\\)bar\\(baz\\)" { /usr/bin/env } + "([fo]+)bar(baz)" { /usr/bin/env } } </pre> @@ -111,7 +111,7 @@ to the output of the <tt>/usr/bin/env</tt> command: </p> <pre>#=2 -0=\([fo]+\)bar\(baz\) +0=([fo]+)bar(baz) 1=foooo 2=baz </pre> |