From 1b05d0bcec3e528fc18272ad12a18847122e2c2c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 3 Jul 2001 16:52:35 +0000 Subject: 15234: describe behavior added by 15228. --- Doc/Zsh/mod_pcre.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/mod_pcre.yo b/Doc/Zsh/mod_pcre.yo index 76cf5dec6..2d9989083 100644 --- a/Doc/Zsh/mod_pcre.yo +++ b/Doc/Zsh/mod_pcre.yo @@ -18,5 +18,9 @@ findex(pcre_match) item(tt(pcre_match) var(string))( Returns successfully if tt(string) matches the previously-compiled PCRE. + +If the expression captures substrings within parentheses, +tt(pcre_match) will set the positional parameters to +those substrings, starting with $1 for the first. ) enditem() -- cgit 1.4.1