nsstring to string swift 4 code example
Example: swift convert string to ns muteable string
let string = "Hello"
let nsmutablestring = NSMutableString(string: string) // "Hello" as an NSMutableString
let string = "Hello"
let nsmutablestring = NSMutableString(string: string) // "Hello" as an NSMutableString