CODE
<a href="http://www.foo.com/">Foo</a>
...and would like to make an RSS feed of this weblog. The <link> tag needs to contain only the URL in the weblog entry, not the HTML. In other words, I need regex (or some other method) to have <$MTEntryBody$> output only:
CODE
http://www.foo.com/
Can this be done using the MTRegex plugin?