Find .blogspot.com in a link
Moderator: General Moderators
Find .blogspot.com in a link
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!
Re: Find .blogspot.com in a link
I'm thinking
in your query should do the trick.
Code: Select all
WHERE field REGEX "\.blogspot\.com(/|$)"