Convert your attributed string into an instance of NSMutableAttributedString
.
The mutable attributed string has a mutableString
property. According to the documentation:
"The receiver tracks changes to this string and keeps its attribute mappings up to date."
So you can use the resulting mutable string to execute the replacement with replaceOccurrencesOfString:withString:options:range:
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…