Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
question of (C) and (s::)
- X-seq: zsh-users 17296
- From: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: question of (C) and (s::)
- Date: Sun, 30 Sep 2012 15:35:52 +0800
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I found in zsh 5.0, (C) will run after (s::):
% x=foosbar;print ${(Cs:s:)x}
Foo Bar
But in rules of parameter expansion flags, "case mofification" is the
11th, "forced splitting" is the 16th, so I think we should get "Foo bar"
as the result here. Right? Or I'm missing something here?
Thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author