CONTAINS_URL function and planned changes to IS_URL


A new CONTAINS_URL function has been added to detect for the presence of URLs within text. See our documentation for examples.

Currently the IS_URL function behaves the same way as CONTAINS_URL, checking for the presence of a URL in text. We'll be updating IS_URL to be stricter in the future so that it only matches a URL if the entire input text is a URL.

If you need to maintain the current IS_URL behavior please migrate to CONTAINS_URL.