I could not find a good way to replace a string using regular expression in swift. My web service returns string which may contain multiple unicode characters like in the string
V̇E TOT
How can we replace the string "̇" with "\u{0307}" to display on a iOS label.