defaultLinkRegExp property

RegExp defaultLinkRegExp
final

Implementation

static final defaultLinkRegExp = RegExp(
  httpRegExp,
  caseSensitive: false,
  dotAll: true,
);