It is quite simple enough, there is one of many ways where you can replace the string “random” with empty string
let parsed = m.replacingOccurrences(of: "random", with: "")
It is quite simple enough, there is one of many ways where you can replace the string “random” with empty string
let parsed = m.replacingOccurrences(of: "random", with: "")