> Presumably you mean the alphabetic text between
> an = and the next non-alphabetic character.
> For this kind of thing functions other than ;: are
> more straightforward. Thus:
>
> alp=: a.{~,65 97+/i.26
> f=: (('='={.&>) # }.&.>) @ (-.@(e.&alp) <;.1 ])Can any of you honestly say that the above sentence is "straightforward"? :^) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
