MOO-cows Mailing List Archive

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

$string_utils:explode()



;$string_utils:explode("/hey/there//you","/");
=> {"hey", "there", "you"}

Shouldn't that return {"Hey","there","","you"}?

Phantom




Follow-Ups:

Home | Subject Index | Thread Index