<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>Feed Informer: Forums &#187; Topic: Strip repetitive language out of title?</title>
		<link>https://feed.informer.com/forums/topic.php?id=139</link>
		<description>Feed Informer: Forums &#187; Topic: Strip repetitive language out of title?</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 12:56:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
				<atom:link href="https://feed.informer.com/forums/rss.php?topic=139" rel="self" type="application/rss+xml" />

		<item>
			<title>admin on "Strip repetitive language out of title?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=139#post-577</link>
			<pubDate>Sun, 26 Aug 2007 14:02:31 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">577@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I think this is something to do with parentheses being reserved characters. I'll have a deeper look when I next go into the code :)
</p>]]></description>
					</item>
		<item>
			<title>bojack on "Strip repetitive language out of title?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=139#post-576</link>
			<pubDate>Sun, 26 Aug 2007 04:38:12 +0000</pubDate>
			<dc:creator>bojack</dc:creator>
			<guid isPermaLink="false">576@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>The raw HTML shows them as simple parentheses, but gsub won't take them out.</p>
<p>I've worked around this by using gsub and the description field, which has the words but not the parentheses.  Works well.
</p>]]></description>
					</item>
		<item>
			<title>admin on "Strip repetitive language out of title?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=139#post-575</link>
			<pubDate>Sat, 25 Aug 2007 19:22:12 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">575@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>As long as it matches exactly how they're represented, you /should/ be okay. So view source on the raw HTML digest, see how the ( and ) are notated, then use that.
</p>]]></description>
					</item>
		<item>
			<title>bojack on "Strip repetitive language out of title?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=139#post-574</link>
			<pubDate>Sat, 25 Aug 2007 19:10:59 +0000</pubDate>
			<dc:creator>bojack</dc:creator>
			<guid isPermaLink="false">574@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Turns out, they're not angled brackets around the words -- my mistake.  They're regular parentheses, ( and ) .  gsub gets rid of the words (hurray!), but not the parentheses.  Maybe if I use the html code names of the parentheses?
</p>]]></description>
					</item>
		<item>
			<title>admin on "Strip repetitive language out of title?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=139#post-573</link>
			<pubDate>Sat, 25 Aug 2007 18:42:02 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">573@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Yes. We have a tag to do substitutions. It should go somewhat like this:</p>
<p>&#60;gsub from="[Baseball News]" to=""&#62;%TITLE%&#60;/gsub&#62;</p>
<p>Try it out. I didn't double check I wrote that right. If it fails, try something simpler like:</p>
<p>&#60;gsub from="News" to=""&#62;%TITLE%&#60;/gsub&#62;</p>
<p>And work your way up.. :) I'm not sure if the angled brackets might cause issues or not..
</p>]]></description>
					</item>
		<item>
			<title>bojack on "Strip repetitive language out of title?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=139#post-572</link>
			<pubDate>Sat, 25 Aug 2007 18:11:57 +0000</pubDate>
			<dc:creator>bojack</dc:creator>
			<guid isPermaLink="false">572@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Hello again:</p>
<p>I am digesting a feed and displaying only the title of each item.  Alas, the source of the feed insists on putting language at the end of every single title that's exactly the same.  I'd love to get rid of all that repetitive language.  Is there any way to do it?</p>
<p>Say the titles of several items read as follows:</p>
<p>Yankees win pennant [Baseball News]<br />
Mets swoon down stretch [Baseball News]<br />
Joe Torre caught dogfighting [Baseball News]</p>
<p>Is there a way to get rid of the [Baseball News] at the end of each title?  They will be exactly the same for the title of every item, and at the end.</p>
<p>Thanks for your help -- I am loving this service.
</p>]]></description>
					</item>

	</channel>
</rss>
