Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

question of (C) and (s::)



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