MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Interesting code...



Can anyone come up with some 1.8.0 MOO code that, when given this:

   "%{a,b%{c,d}e,f,%{g,%{h}},i}"

Returns this:

{"a","b%{c,d}e","f","%{g,%{h}}","i"}

I've got an extremely tick-greedy version, but of course, I don't want to 
use that...  Could anyone do better?  Pavel? :)

- Kipp



Follow-Ups:

Home | Subject Index | Thread Index