everyoneMentionRegex top-level property
A pattern that matches @everyone
and @here
mentions in a message.
Implementation
final everyoneMentionRegex = RegExp("@(everyone|here)");
A pattern that matches @everyone
and @here
mentions in a message.
final everyoneMentionRegex = RegExp("@(everyone|here)");