diff options
Diffstat (limited to 'Doc/Zsh/cond.yo')
-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 |