url encoder code example
Example 1: url encode xcode
func addingPercentEncoding(withAllowedCharacters allowedCharacters: CharacterSet) -> String?
Example 2: encode plus sign in url
body=Hi+there%2bHello+there
func addingPercentEncoding(withAllowedCharacters allowedCharacters: CharacterSet) -> String?
body=Hi+there%2bHello+there