SWIFT STRING Simpan hanya angka

let result = string.trimmingCharacters(in: CharacterSet(charactersIn: "0123456789.").inverted)
Troubled Termite