channelMentionRegex top-level property
A pattern that matches channel mentions in a message.
Implementation
final channelMentionRegex = RegExp(r"<#(\d+)>");
A pattern that matches channel mentions in a message.
final channelMentionRegex = RegExp(r"<#(\d+)>");