MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
$string_utils:explode()
-
Date: Wed, 17 Jan 1996 15:50:04 PST
-
From: Rich Connamacher <phantom@baymoo.sfsu.edu>
-
Content-Type: TEXT/PLAIN; charset=US-ASCII
;$string_utils:explode("/hey/there//you","/");
=> {"hey", "there", "you"}
Shouldn't that return {"Hey","there","","you"}?
Phantom
Follow-Ups:
Home |
Subject Index |
Thread Index