sep_cons_vow=:((#~ 0=e.&'aeiou') str);((#~ 1=e.&'aeiou')str)
How can this be made more concise?
To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.
str (-.^:2 ; -.) 'aeiou'
Jimmy Gauvin <jimmy....@gmail.com>: Mar 19 08:07PM -0400
less =: {{x-.y[echo'less ran'}}
'elephant' less^:1 2 'aeiou'
less ran
less ran
lphnt
eea
Though, I noticed -.^:2 will supported by Special Combinations [0] so I don't know whether counts of theoretical invocations will still matter...
Jan-Pieter
To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.