<?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>code snippet &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/code-snippet/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 02 Jun 2021 15:16:56 +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>code snippet &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find The Existence Of A String In Other Column</title>
		<link>https://www.sibeeshpassion.com/find-the-existence-of-a-string-in-other-column/</link>
					<comments>https://www.sibeeshpassion.com/find-the-existence-of-a-string-in-other-column/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 13 Jan 2016 10:21:22 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Excel Programming]]></category>
		<category><![CDATA[code snippet]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=11109</guid>

					<description><![CDATA[In this post we will see how we can find the existence of a string in other columns in Excel. We will be using a single excel formula to do this task. I hope you will like this. [csharp] =COUNTIF(A1:A80,&#34;*&#34;&#38;B2&#38;&#34;*&#34;)&#62; 0 [/csharp] Here we are checking the value of B2 cell is existed anywhere in column A. If the value exists, it will return TRUE or FALSE. Please see my other posts code snippets here: Code Snippets Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this post we will see how we can find the existence of a string in other columns in Excel. We will be using a single excel formula to do this task. I hope you will like this. </p>
<p>[csharp]<br />
=COUNTIF(A1:A80,&quot;*&quot;&amp;B2&amp;&quot;*&quot;)&gt; 0<br />
[/csharp]</p>
<p>Here we are checking the value of B2 cell is existed anywhere in column A. If the value exists, it will return TRUE or FALSE. </p>
<p>Please see my other posts code snippets here: <a href="http://sibeeshpassion.com/category/code-snippets/" target="_blank">Code Snippets</a></p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/find-the-existence-of-a-string-in-other-column/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Find the Second Last Element In JQuery</title>
		<link>https://www.sibeeshpassion.com/find-the-second-last-element-in-jquery/</link>
					<comments>https://www.sibeeshpassion.com/find-the-second-last-element-in-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 01 Oct 2015 09:24:34 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[Find second last li in jquery]]></category>
		<category><![CDATA[Find the Second Last Element In JQuery]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10749</guid>

					<description><![CDATA[In this post we will see how we can find the second last element from a collection using JQuery collection. [js] $(&#8216;#columnsList li:nth-last-child(2)&#8217;); [/js] Here columnsList is the ID of our element which has the collection. In my case I am having li as inner elements. Please see my other posts related to JQuery here: JQuery Posts Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this post we will see how we can find the second last element from a collection using <a href="http://sibeeshpassion.com/category/jquery/" target="_blank">JQuery </a>collection. </p>
<p>[js]<br />
$(&#8216;#columnsList li:nth-last-child(2)&#8217;);<br />
[/js]</p>
<p>Here <em>columnsList </em>is the ID of our element which has the collection. In my case I am having li as inner elements.</p>
<p>Please see my other posts related to JQuery here: <a href="http://sibeeshpassion.com/tag/jquery/" target="_blank">JQuery Posts</a></p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/find-the-second-last-element-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Check Whether An Element Is Visible Or Hidden Using JQUery</title>
		<link>https://www.sibeeshpassion.com/check-whether-an-element-is-visible-or-hidden-using-jquery/</link>
					<comments>https://www.sibeeshpassion.com/check-whether-an-element-is-visible-or-hidden-using-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 14 Aug 2015 12:58:03 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Check Visibility]]></category>
		<category><![CDATA[Check Whether An Element Is Visible Or Hidden]]></category>
		<category><![CDATA[code snippet]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=9561</guid>

					<description><![CDATA[In this post, we will see how we can check whether an element (eg: a div) is visible or not using JQuery. I hope you will like it. Using The Code To check whether element is visible [js] $(&#34;#myDiv&#34;).is(&#8216;:visible&#8217;) [/js] To check whether element is hidden [js] $(&#34;#myDiv&#34;).is(&#8216;:hidden&#8217;) [/js] Here myDiv is my div. Please see other code snippets here: Code-Snippets Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this post, we will see how we can check whether an element (eg: a div) is visible or not using JQuery. I hope you will like it.</p>
<p><strong>Using The Code</strong></p>
<p><em>To check whether element is visible</em></p>
<p>[js]<br />
$(&quot;#myDiv&quot;).is(&#8216;:visible&#8217;)<br />
[/js]</p>
<p><em>To check whether element is hidden</em></p>
<p>[js]<br />
$(&quot;#myDiv&quot;).is(&#8216;:hidden&#8217;)<br />
[/js]</p>
<p>Here myDiv is my div.</p>
<p>Please see other code snippets here: <a href="http://sibeeshpassion.com/category/code-snippets/" target="_blank">Code-Snippets</a></p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/check-whether-an-element-is-visible-or-hidden-using-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to replace number from a string in C#</title>
		<link>https://www.sibeeshpassion.com/how-to-replace-number-from-a-string-in-csharp/</link>
					<comments>https://www.sibeeshpassion.com/how-to-replace-number-from-a-string-in-csharp/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 24 Jun 2015 09:32:10 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[C# functions]]></category>
		<category><![CDATA[C# Regex]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[find number]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[Replace number]]></category>
		<category><![CDATA[replace number from string]]></category>
		<category><![CDATA[separate number and string]]></category>
		<category><![CDATA[Take number from string]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=5401</guid>

					<description><![CDATA[In this pose we will see how to replace a number from a string in C#. We can do this in several ways. Here I am going to show you one. I hope you will like this. Consider following is my string. [csharp] String myString = &#34;MyString1&#34;; [/csharp] And I need to take out the number 1 from the value MyString1. What will we do? To do this we can use Regex class in C#. Following is the code to achieve the same 🙂 [csharp] myString = Regex.Replace(sortdatafield, @&#34;[\d-]&#34;, string.Empty); [/csharp] Once you done and Run, you will get the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this pose we will see how to replace a number from a string in C#. We can do this in several ways. Here I am going to show you one. I hope you will like this.</p>
<p>Consider following is my string.</p>
<p>[csharp]<br />
String myString = &quot;MyString1&quot;;<br />
[/csharp]</p>
<p>And I need to take out the number <em>1 </em>from the value <em>MyString1</em>. What will we do?</p>
<p>To do this we can use Regex class in C#. Following is the code to achieve the same 🙂</p>
<p>[csharp]<br />
myString = Regex.Replace(sortdatafield, @&quot;[\d-]&quot;, string.Empty);<br />
[/csharp]</p>
<p>Once you done and Run, you will get the new value  without numbers (<em>&#8220;MyString&#8221;</em>) in the variable <em>myString</em></p>
<p>I hope someone found this useful. Happy Coding 🙂</p>
<p>Kindly see my code snippets <a href="http://sibeeshpassion.com/category/code-snippets/" target="_blank" rel="noopener">here</a></p>
<p>Kindest Regards<br />
<a href="https://plus.google.com/+sibeeshkv" target="_blank" rel="noopener">Sibeesh Venu</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/how-to-replace-number-from-a-string-in-csharp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to take numbers from a string in C#</title>
		<link>https://www.sibeeshpassion.com/how-to-take-numbers-from-a-string-in-csharp/</link>
					<comments>https://www.sibeeshpassion.com/how-to-take-numbers-from-a-string-in-csharp/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 24 Jun 2015 09:24:03 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[C# functions]]></category>
		<category><![CDATA[C# Regex]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[find number]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[separate number and string]]></category>
		<category><![CDATA[Take number from string]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=5381</guid>

					<description><![CDATA[Consider following is my string. [csharp] String myString = &#34;MyString1&#34;; [/csharp] And I need to take out the number 1 from the value MyString1. What will we do? To do this we can use Regex class in C#. Following is the code to achieve the same 🙂 [csharp] myString = Regex.Match(myString , @&#34;\d+&#34;).Value; [/csharp] Once you done and Run, you will get value 1 in the variable myString I hope someone found this useful. Happy Coding 🙂 Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>Consider following is my string.<br />
[csharp]<br />
String myString = &quot;MyString1&quot;;<br />
[/csharp]</p>
<p>And I need to take out the number <em>1 </em>from the value <em>MyString1</em>. What will we do?</p>
<p>To do this we can use Regex class in C#. Following is the code to achieve the same 🙂</p>
<p>[csharp]<br />
myString = Regex.Match(myString , @&quot;\d+&quot;).Value;<br />
[/csharp]</p>
<p>Once you done and Run, you will get value <em>1</em> in the variable <em>myString </em></p>
<p>I hope someone found this useful. Happy Coding 🙂</p>
<p>Kindest Regards<br />
<a href="https://plus.google.com/+sibeeshkv" target="_blank" rel="noopener">Sibeesh Venu</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/how-to-take-numbers-from-a-string-in-csharp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
