shequahequaft
New Member
Im attepting to find the regex to pull the\[code\] http://{any_string}.blogspot.com/feeds/{any_string}/comments/default\[/code\]out of\[code\] <link rel="alternate" type="application/atom+xml" title="{any_string}" href="http://{any_string}.blogspot.com/feeds/{any_string}/comments/default" />\[/code\]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!