noAtUserNameRegExp top-level property

RegExp noAtUserNameRegExp
final

Implementation

final noAtUserNameRegExp = RegExp(
  r'\S+:\S+.\S+$',
  unicode: true,
  caseSensitive: false,
);