hashTagUrlRegExp top-level property

RegExp hashTagUrlRegExp
final

Implementation

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