linkRegExp property

  1. @Deprecated('Use validateLink instead')
RegExp? linkRegExp
final

Allows to override the default AutoFormatMultipleLinksRule.singleLineUrlRegExp.

This has been deprecated in favor of validateLink which is more flexible.

Implementation

@Deprecated('Use validateLink instead')
final RegExp? linkRegExp;