//不区分大小写
NSRangerange = [model.messageContentrangeOfString:textoptions:NSCaseInsensitiveSearch];
NSMutableAttributedString*str = [[NSMutableAttributedStringalloc]initWithString:model.messageContent];
[straddAttribute:NSForegroundColorAttributeNamevalue:COLOR_LIGHTrange:range];
[self.sizeORmessageLabelsetAttributedText:str];