IsLink(String, LinkifyLinkType) | Determine whether the source value is a link of linkType type. This function internally uses linkify JavaScript library (https://linkify.js.org/). Note that linkify is not 100% spec compliant, so this function may return some false positives or false negatives. |
IsLink(String, LinkifyPlugins) | Determine whether the source value is a link. This function internally uses linkify JavaScript library (https://linkify.js.org/). Note that linkify is not 100% spec compliant, so this function may return some false positives or false negatives. |