let splitLines = line.split(separator: "\u{e2}")
case "\u{e2}":
print("FoundBadReturn")
let newText = text.replacingOccurrences(of: "\u{e2}", with: "\n")
I'm working with a RTF Document in UITextView. I'm trying to change Strings that contain \u{e2} char with \n None of these lines seem to work against Strings