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:
parent
38833690cb
commit
1b05d0bcec
2 changed files with 7 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue