<?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>regex | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/regex/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Tue, 07 Jan 2020 08:21:08 +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>
	<item>
		<title>Removing extra digits after decimal and leave only two decimal places</title>
		<link>https://tutes.in/removing-extra-digits-after-decimal-and-leave-only-two-decimal-places/</link>
					<comments>https://tutes.in/removing-extra-digits-after-decimal-and-leave-only-two-decimal-places/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 12 Nov 2018 21:27:44 +0000</pubDate>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[regex]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1918</guid>

					<description><![CDATA[<p>your first match will leave the number with max 2 decimal digits. So find with ^(.*?\..?.?).*?$ and replace with \1 Input Output:</p>
The post <a href="https://tutes.in/removing-extra-digits-after-decimal-and-leave-only-two-decimal-places/">Removing extra digits after decimal and leave only two decimal places</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/removing-extra-digits-after-decimal-and-leave-only-two-decimal-places/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Extracting names from given list of URLs (using regex)</title>
		<link>https://tutes.in/extracting-names-from-given-list-of-urls-using-regex/</link>
					<comments>https://tutes.in/extracting-names-from-given-list-of-urls-using-regex/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 09 Aug 2018 08:14:35 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[notepad ++]]></category>
		<category><![CDATA[npp]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[text editing]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1556</guid>

					<description><![CDATA[<p>let us extract name form the URL paste the URL in the notepad and press crtl+f , and select &#8216;regular expressions &#8216; from search mode now, enter the regex in the find tab to fetch names Now, the selected name will be fetched form regex as (\1). it can work on numerous links like:- And [&#8230;]</p>
The post <a href="https://tutes.in/extracting-names-from-given-list-of-urls-using-regex/">Extracting names from given list of URLs (using regex)</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/extracting-names-from-given-list-of-urls-using-regex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Commonly used regular expressions (regex) for developers in PHP</title>
		<link>https://tutes.in/commonly-used-regular-expressions-regex-for-developers-in-php/</link>
					<comments>https://tutes.in/commonly-used-regular-expressions-regex-for-developers-in-php/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sun, 15 May 2016 10:54:44 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>
		<guid isPermaLink="false">http://technacy.net/?p=7</guid>

					<description><![CDATA[<p>Commonly used regular expressions (regex) for developers in PHP Regex are used or can be used almost everywhere strings are involved. If you are dealing with text strings, you would often find patterns in them and you might be required to filter few of them based on some similarities and properties. For example: a currency [&#8230;]</p>
The post <a href="https://tutes.in/commonly-used-regular-expressions-regex-for-developers-in-php/">Commonly used regular expressions (regex) for developers in PHP</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/commonly-used-regular-expressions-regex-for-developers-in-php/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
