[Omake] splitting a string

Aleksey Nogin nogin at cs.caltech.edu
Wed Sep 13 15:33:30 PDT 2006


On 13.09.2006 11:17, Jason Hickey wrote:

> You can use bare-bones programming to do what you want (in general I 
> think we want a more general string manipulation library). 

I think that one problem is that we do not have a natural way of running 
fsubst and awk on a string (as opposed to a file).

While for sed this can be worked around using a Shell approach (as I did 
in my previous message), for awk scripts that would return a non-string 
value, the only way would probably be to use a temporary file...

Aleksey


More information about the Omake mailing list