1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

15234: describe behavior added by 15228.

This commit is contained in:
Clint Adams 2001-07-03 16:52:35 +00:00
parent 38833690cb
commit 1b05d0bcec
2 changed files with 7 additions and 0 deletions

View file

@ -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()