defaultHashTagRegExp property

RegExp defaultHashTagRegExp
final

Implementation

static final defaultHashTagRegExp = RegExp(
  '(?!\\n)(?:^|\\s)([#]([$_regExp]+))',
  multiLine: true,
);