hashTagAtSignUrlRegExp top-level property

RegExp hashTagAtSignUrlRegExp
final

Implementation

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