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