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

					<description><![CDATA[Find a number from a string and remove in JQuery [js] var str=&#34;Sibeesh007&#34; str.replace(str.match(/(\d+)/g)[0], &#8221;).trim(); [/js] Here str is my string. I hope it helps.]]></description>
										<content:encoded><![CDATA[<p>Find a number from a string and remove in JQuery<br />
[js]<br />
var str=&quot;Sibeesh007&quot;<br />
str.replace(str.match(/(\d+)/g)[0], &#8221;).trim();<br />
  [/js]<br />
Here str is my string.<br />
I hope it helps.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/find-a-number-from-a-string-and-remove-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
