From b6ba688405f0871a2a3aa28e6cb9173ca963202a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 14 Apr 2000 13:07:58 +0000 Subject: Doc fix for 10756 --- Doc/Zsh/expn.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index bac3c2094..8d32500b4 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1318,7 +1318,10 @@ operations `tt(/)' and `tt(//)' with the `tt((#s))' and `tt((#e))' flags provides a single simple and memorable method. Note that assertions of the form `tt((^(#s)))' also work, i.e. match -anywhere except at the start of the string. +anywhere except at the start of the string, although this actually means +`anything except a zero-length portion at the start of the string'; you +need to use `tt((""~(#s)))' to match a zero-length portion of the string +not at the start. ) enditem() -- cgit 1.4.1