You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, you should use Swift's built-in function String.stringByReplacingOccurrencesOfString. The replace function you've shown here does work, but in comparison it is very slow.
Instead, you should use Swift's built-in function String.stringByReplacingOccurrencesOfString. The replace function you've shown here does work, but in comparison it is very slow.