✖
Size: a a a
✖
А
✖
✖
let string = "https://instagram.com/1111abcdefg"
let new = string.replacingOccurrences(of: "https://instagram.com/", with: "")
print(new) //1111abcdefg
А
let string = "https://instagram.com/1111abcdefg"
let new = string.replacingOccurrences(of: "https://instagram.com/", with: "")
print(new) //1111abcdefg
✖
DR
let string = "https://instagram.com/1111abcdefg"
let new = string.replacingOccurrences(of: "https://instagram.com/", with: "")
print(new) //1111abcdefg
GK
Е
GK
GK