Cek Swift Jika String berisi string

let string = "hello Swift"
if string.contains("Swift") {
    print("exists")
}
Mobile Star