Anyone have one that works? I've found a few on the internet, but it's been so long since I've created my own regular expressions.
I'm looking for one that follows the syntax:
<protocol>://<subdomain>.<domain>.<com/net,etc>
Thanks in advance!
Edit --
Since no one who posted in this thread was able to come up with one, I was forced to do it on my own! *sob*
So none of the rest of you have to suffer through such horrid events, I'll post my solution at the top of the thread:
$search[] =
"^(((ht|f)tp(s?))\:\/\/)(www.|[a-zA-Z].)[a-zA-Z0-9\-\.]+\.([a-z])(\:[0-9]+)*((\/?))(([a-zA-Z0-9\.
\,\;\?\'\\\=\/\_\-\#]+)?)^";