<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# Trim &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/tag/csharp-trim/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 02 Jun 2021 15:19:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>C# Trim &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to trim that last occurrence of a character in C#</title>
		<link>https://mail.sibeeshpassion.com/how-to-trim-that-last-occurrence-of-a-character-in-c/</link>
					<comments>https://mail.sibeeshpassion.com/how-to-trim-that-last-occurrence-of-a-character-in-c/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:52:03 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[C# Trim]]></category>
		<category><![CDATA[C# TrimEnd]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3281</guid>

					<description><![CDATA[How to trim that last occurrence of a character in C# The below example will show you how to do that:) [csharp] string str = &#34;www.sibeeshpassion.com&#124;&#34;; string afterTrim = str.TrimEnd(&#8216;&#124;&#8217;); [/csharp] Here we are trimming the char &#8216;&#124;&#8217;.]]></description>
										<content:encoded><![CDATA[<p>How to trim that last occurrence of a character in C#<br />
The below example will show you how to do that:)<br />
[csharp]<br />
string str = &quot;www.sibeeshpassion.com|&quot;;<br />
string afterTrim = str.TrimEnd(&#8216;|&#8217;);<br />
[/csharp]<br />
Here we are trimming the char &#8216;|&#8217;.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/how-to-trim-that-last-occurrence-of-a-character-in-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
