How can I split a url from the rest of a string?

Viewed 8

I would like to take a string and get the url out of it. For example

If I had this string, "Here is a link https://google.com". How can I just get the https://google.com out of the string?

0 Answers
Related