hashTagAtSignRegExp top-level property
Regular expression when you select decorateAtSign
Implementation
final hashTagAtSignRegExp = RegExp(
"(?!\\n)(?:^|\\s)([#@]([$hashTagContentLetters]+))",
multiLine: true,
);
Regular expression when you select decorateAtSign
final hashTagAtSignRegExp = RegExp(
"(?!\\n)(?:^|\\s)([#@]([$hashTagContentLetters]+))",
multiLine: true,
);