oneLineLinkRegExp property

  1. @Deprecated('Deprecated and will be removed in future-releasese as this is not the place to store regex.\n' 'Please use a custom regex instead or use AutoFormatMultipleLinksRule.singleLineUrlRegExp which is an internal API.')
RegExp get oneLineLinkRegExp

Implementation

@Deprecated(
  'Deprecated and will be removed in future-releasese as this is not the place to store regex.\n'
  'Please use a custom regex instead or use AutoFormatMultipleLinksRule.singleLineUrlRegExp which is an internal API.',
)
RegExp get oneLineLinkRegExp => singleLineUrlRegExp;