Returns true when text could hold a link at all: a cheap linear check that lets an entire scan be skipped.
text
bool hasLinkableTld(final String text) => _tldAnchorRegex.hasMatch(text);