detectLinkRegExp property
- @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.urlInTextRegExp which is an internal API.')
RegExp
get
detectLinkRegExp
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.urlInTextRegExp which is an internal API.',
)
RegExp get detectLinkRegExp => urlInTextRegExp;