How do i strip a href tags out of the feed?

I am trying to just strip out the links from the feed

I have set up a custom site pattern with " strip: //a " inside it but it doesnt work. Am I doing something wrong?

Thanks

Hi Cam, the line

strip: //a

Should do what you want. Please make sure caching in Full-Text RSS is not enabled when you’re changing site config files, and make sure the file is named correctly. E.g., if extracting from www.example.org or example.org the file should be named example.org.txt - if from a subdomain, e.g. sub.example.org, the file should be sub.example.org.txt or .example.org.txt

Let us know if you still have trouble.