atSignRegExp top-level property

RegExp atSignRegExp
final

Implementation

final atSignRegExp = RegExp(
  "(?!\\n)(?:^|\\s)([@]([$detectionContentLetters]+))",
  multiLine: true,
);