bool hasURL() { final urlRegex = ChatUIKitSettings.defaultUrlRegExp; return urlRegex.hasMatch(this); }