Uses a regex to test whether the string contains a URL, and returns the URL if it does.
eg. hello https://google.com
the URL, eg. https://google.com
Generated using TypeDoc
Uses a regex to test whether the string contains a URL, and returns the URL if it does.