URLEncode(str) returns the string str properly URL encoded. Example: URLEncode("1+1=2") = "1%2B1%3D2"