guile-user
[Top][All Lists]
Advanced

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

string splitting


From: Catonano
Subject: string splitting
Date: Mon, 20 Feb 2012 19:51:40 +0100

Hello people,

I'd love to split a url string. Is there a function I am supposed to use ? In which module ?

that is

"...blah/blah?param1=1234&param2=5678"

should become

("...blah/blah?param1=1234" "param2=5678")

I have extracted the source string from a htmlprag tree

Thanks for any hint


reply via email to

[Prev in Thread] Current Thread [Next in Thread]