Duh!
Got a parsing question here:
>> parse/all "/one/two" "/"
returns
== ["" "one" "two"]

>> parse/all "one/two" "/"
returns
== ["one" "two"]

How may I write the code so that ["one" "two"]
is returned regardless of whether there are any number
of "/"

TIA
Tim

Reply via email to