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