diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-13 20:18:28 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-13 20:18:28 +0000 |
commit | 599a7fd7a7ce420766324b1a57a83d2c5c6cebf6 (patch) | |
tree | 14a3041f8e2949411d88d0245e2df0aecc189e90 /Doc | |
parent | 68c2c8f11a3f53b9a4bf17d18060ce95fc7948b5 (diff) | |
download | zsh-599a7fd7a7ce420766324b1a57a83d2c5c6cebf6.tar.gz zsh-599a7fd7a7ce420766324b1a57a83d2c5c6cebf6.tar.xz zsh-599a7fd7a7ce420766324b1a57a83d2c5c6cebf6.zip |
23436: consistency with null strings in local variables
unposted: Phil Pennock: POSIX RE's are extended
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/cond.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |