if let url = URL(string: "https://www.google.com/search?q=aranacak_kelime"), UIApplication.shared.canOpenURL(url) { UIApplication.shared.open(url) }