String中のHTMLタグを消す
let tagRemoved = string.replacingOccurrences(of: "<[^>]+>", with: "", options: .regularExpression, range: nil)