<?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>Indexof &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/indexof/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 31 May 2015 14:38:02 +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>Indexof &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find a string contains a particular string in JQuery</title>
		<link>https://www.sibeeshpassion.com/find-a-string-contains-a-particular-string-in-jquery/</link>
					<comments>https://www.sibeeshpassion.com/find-a-string-contains-a-particular-string-in-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 14:38:02 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Indexof]]></category>
		<category><![CDATA[JQuery Find String]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3841</guid>

					<description><![CDATA[[js] var myVar=&#34;sibeesh passion&#34;); if (myVar.toString().indexOf(&#8216;passion&#8217;) &#62; 0) { } else { } [/js] The above code helps you to find whether a string contains a particular string or not in JQuery.]]></description>
										<content:encoded><![CDATA[<p>[js]<br />
var myVar=&quot;sibeesh passion&quot;);<br />
 if (myVar.toString().indexOf(&#8216;passion&#8217;) &gt; 0) {  </p>
<p> }<br />
 else {<br />
 }<br />
[/js]<br />
The above code helps you to find whether a string contains a particular string or not in JQuery.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/find-a-string-contains-a-particular-string-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
