func changeTextChange(regex: String, text: String, color: UIColor) -> NSMutableAttributedString { let attributeString = NSMutableAttributedString(string: text) do{ let regexExpression =tryNSRegularExpression(pattern: regex, options: NSRegularExpression.Options()) ...
www.dbjr.com.cn/article/1082...htm 2025-6-9