<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.sathishkumars.in/blogs/uncategorized/feed" rel="self" type="application/rss+xml"/><title>sathish.. - Blog , Uncategorized</title><description>sathish.. - Blog , Uncategorized</description><link>https://www.sathishkumars.in/blogs/uncategorized</link><lastBuildDate>Sat, 14 Jun 2025 02:29:11 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Regex replacement in vim editor]]></title><link>https://www.sathishkumars.in/blogs/post/Regex-replacement-in-vim-editor</link><description><![CDATA[Replace pattern1 with pattern2 : :%s/pattern1/pattern2/gc Replace all whitespaces : :%s/\s\+//gc ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_txPfbKDzTGmLzW5OpAUEJg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_qykQLAYVSdOpfhUindsnsw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_lArtUjehRbuw5HbNpMCvAQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_CsWPQy6SSdmIUqQPbkEErg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2>Replace pattern1 with pattern2 :<br></h2></div></div>
</div><div data-element-id="elm_53soecIERIipZ8kOOfdCWA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><b><font size="3">:%s/pattern1/pattern2/gc <br></font></b></p></div></div>
</div><div data-element-id="elm_pd_pM4B8STe9d9myVymn4A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2>Replace all whitespaces : <br></h2></div></div>
</div><div data-element-id="elm_amBWDsZBSK6V_Y-oqrWQag" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2><font size="3"><span>:%s/\s\+//gc</span></font></h2></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 31 May 2013 09:07:37 +0000</pubDate></item></channel></rss>