mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +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
|
@ -1,5 +1,8 @@
|
||||||
2001-07-03 Clint Adams <clint@zsh.org>
|
2001-07-03 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 15234: Doc/Zsh/mod_pcre.yo: describe
|
||||||
|
behavior introduced by 15228.
|
||||||
|
|
||||||
* 15228: zshconfig.ac, Src/Modules/pcre.c:
|
* 15228: zshconfig.ac, Src/Modules/pcre.c:
|
||||||
switch AC_CHECK_LIB to AC_SEARCH_LIBS for pcre.
|
switch AC_CHECK_LIB to AC_SEARCH_LIBS for pcre.
|
||||||
Have pcre_match set positional parameters
|
Have pcre_match set positional parameters
|
||||||
|
|
|
@ -18,5 +18,9 @@ findex(pcre_match)
|
||||||
item(tt(pcre_match) var(string))(
|
item(tt(pcre_match) var(string))(
|
||||||
Returns successfully if tt(string) matches the previously-compiled
|
Returns successfully if tt(string) matches the previously-compiled
|
||||||
PCRE.
|
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()
|
enditem()
|
||||||
|
|
Loading…
Reference in a new issue