Suppose that I have the following string:
http://www.domain.com/?s=some&two=20
How can I take off what is after & includin
&
s[0:"s".index("&")]
what does this do: