Strip All Urls From A Mixed String ( php )

Posted by Axel on Stack Overflow See other posts from Stack Overflow or by Axel
Published on 2010-01-12T20:08:03Z Indexed on 2010/04/02 3:03 UTC
Read the original article Hit count: 273

Filed under:

Hi, i reposted this question because i didn't find a good answer.

i have a string which can contains text with urls.

i want a function to strip all urls from this string and just let the text.

by example the string can contains like this :

1) hey take a look here : http://xxx.xxx/545df5 this is nice!

2) hey take a look here : http://www.xxx.xxx/545df5 this is nice!

3) hey take a look here : xxx.xxx/545df5 this is nice!

4) hey take a look here : www.xxx.xxx/545df5 this is nice!

Thanks

© Stack Overflow or respective owner

Related posts about php