Hey!
Im attepting to find the regex to pull the
http://{any_string}.blogspot.com/feeds/{any_string}/comments/default
out of
<link rel="alternate"
type="application/atom+xml"
title="{any_string}"
href="http://{any_string}.blogspot.com/feeds/{any_string}/comments/default"
/>
I know basics of regex and using eregi but im unsure of how to include constant characters such as the http://, etc in the regex expression!
Thanks!