hashTagAtSignRegExp top-level property

RegExp hashTagAtSignRegExp
final

Regular expression when you select decorateAtSign

Implementation

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