Hi,
Im using Google api for keyword searching and everything workd fine untill the user types a keyword with a special character. For example: “Cristóbal Colón”
I need to make the string “Cristóbal Colón” look like “Cristobal+Colon” so I can send it through the URL so I need to take away every special character from the user input.
Is there any function to do this easily or should I make it manually?
Best regards,