zsh-users
 help / color / mirror / code / Atom feed
* Question on array processing.
@ 2006-10-04 20:00 Larry P. Schrof
  2006-10-04 20:07 ` Dan Nelson
  0 siblings, 1 reply; 5+ messages in thread
From: Larry P. Schrof @ 2006-10-04 20:00 UTC (permalink / raw)
  To: zsh-users

There is a subscript flag, s:<string> , (used with the 'w' flag) that
allows you to index into a string as if it were an array, using
<string> as a separator for elements.

Here's my question:

I absolutely can NOT figure out how to get zsh to use a single colon (':')
as a separator. No matter how I try to quote the second colon, zsh sees the
second colon in the expression as the termination for the separator string.

I'm tring to do something like:

> str="these:are:some:words"
> echo ${str[(ws:::)2]}
zsh: bad math expression: operand expected at `::)2'

I've also tried :":":, :\::, and :':': - none of those work.

Is this a small flaw / hole in zsh's functionality?

Thanks.
- Larry


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-04 20:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-04 20:00 Question on array processing Larry P. Schrof
2006-10-04 20:07 ` Dan Nelson
2006-10-04 20:10   ` Dan Nelson
2006-10-04 20:20     ` Larry P. Schrof
2006-10-04 20:18   ` Larry P. Schrof

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).