channelMentionRegex top-level property

RegExp channelMentionRegex
final

A pattern that matches channel mentions in a message.

Implementation

final channelMentionRegex = RegExp(r"<#(\d+)>");