From 599a7fd7a7ce420766324b1a57a83d2c5c6cebf6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 13 May 2007 20:18:28 +0000 Subject: 23436: consistency with null strings in local variables unposted: Phil Pennock: POSIX RE's are extended --- Doc/Zsh/cond.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh/cond.yo') diff --git a/Doc/Zsh/cond.yo b/Doc/Zsh/cond.yo index 1b7630d78..1a4d5a71c 100644 --- a/Doc/Zsh/cond.yo +++ b/Doc/Zsh/cond.yo @@ -114,7 +114,7 @@ true if var(string) matches the regular expression var(regexp). If the option tt(RE_MATCH_PCRE) is set var(regexp) is tested as a PCRE regular expression using the tt(zsh/pcre) module, else it is tested as a POSIX -regular expression using the tt(zsh/regex) module. +extended regular expression using the tt(zsh/regex) module. If the option tt(BASH_REMATCH) is set the array tt(BASH_REMATCH) is set to the substring that matched the pattern followed by the substrings that matched parenthesised -- cgit 1.4.1