Find .blogspot.com in a link
Posted: Sat Oct 02, 2010 10:23 am
Hello. I have a database with my blog addresses, I want to be able to populate a list of only the blogs that end with .blogspot.com. How can I do that? Thank you!
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
WHERE field REGEX "\.blogspot\.com(/|$)"