Hello everyone, how can i extract the http from this text?
"Text: Here's 2 free bonuses. http://blablabla.blabla/blabla "
But the url can also be another one.
Finaly
After i have the array, wich contains usualy just one url, how can i add it to the above text exactly at the same position? but with html tag <a>
the results should look something like this
"Text: Here's 2 free bonuses.
<a href='http://blablabla.blabla/blabla'>http://blablabla.blabla/blabla</a> "