示例#1
0
 public static string TrimMentions(this string str) => RegexMentions.Replace(str, "").Trim();
示例#2
0
 public static bool ContainsMentions(this string str) => RegexMentions.IsMatch(str);