Jump to content

Extracting links etc from a string


envexlabs

Recommended Posts

Hey,

 

Lets use twitter for an example.

 

I have a string that says:

 

Hey everyone, check out my new portfolio site at mysweetsite.com

 

If the user was made to put a tag in from the the url, how would i extract the url from the string so i could format it properly?

 

Thanks.

Link to comment
Share on other sites

Hey,

 

I think i messed up on my explanation.

 

originally $string would = "Hey everyone, check out my new portfolio site at mysweetsite.com"

 

I would like to work some magic and have $string echo out:

 

Hey everyone, check out my new portfolio site at <a href="http://mysweetsite.com">mysweetsite.com</a>

 

So that it renders out a clickable link.

 

would preg_replace() still be the answer?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.