String Add New Line On Full Stop Ios

[Solved] String Add New Line On Full Stop Ios | Swift - Code Explorer | yomemimo.com
Question : string add new line on full stop ios

Answered by : poised-pony-5kw68p9k4tsr

let wantedString = exampleString.stringByReplacingOccurrencesOfString(", ", withString: "\n")

Source : https://stackoverflow.com/questions/33943811/break-string-to-newline-when-meeting-a-comma-in-swift | Last Update : Wed, 01 Jul 20

Answers related to string add new line on full stop ios

Code Explorer Popular Question For Swift