Exemplo n.º 1
0
 public static string TrimMentions(this string str) => RegexMentions.Replace(str, "").Trim();
Exemplo n.º 2
0
 public static bool ContainsMentions(this string str) => RegexMentions.IsMatch(str);