Check string for link
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-03-16T16:56:13Z
Indexed on
2010/03/16
17:11 UTC
Read the original article
Hit count: 122
php
I have rather long entries being submitted to a database.
How can I create a function to see if this entry has a link within it? Can someone get me started?
Pretty much, I want the function to find any
I'd prefer not to throw the entry into an array. Are there any other ways to accomplish this?
© Stack Overflow or respective owner