MOO-cows Mailing List Archive

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

Re: $string_utils:explode()



> 
> ;$string_utils:explode("/hey/there//you","/");
> => {"hey", "there", "you"}
> 
> Shouldn't that return {"Hey","there","","you"}?
> 
some might even say that it should return {"","hey","there","","you"}
i find what it actually returns most useful


References:

Home | Subject Index | Thread Index