Say, I have a string
\"hello is it me you\'re looking for\"
I want to cut part of this string out and return the new string, something like
string.substring() is what you want.