<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://mirmodynamics.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Mirmo Dynamics - Tag - substitute</title>
  <link>http://mirmodynamics.com/</link>
  <atom:link href="http://mirmodynamics.com/feed/tag/substitute/rss2" rel="self" type="application/rss+xml"/>
  <description>Si tu kiffes pas reunoi, t'écoutes pas et puis c'est tout.</description>
  <language>en</language>
  <pubDate>Sun, 14 Mar 2010 19:59:01 +0100</pubDate>
  <copyright>2003-2009 &amp;copy; Geoffrey Bachelet</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Remplacer un caractère par un &quot;Carriage Return&quot; dans vim</title>
    <link>http://mirmodynamics.com/post/2007/01/03/Remplacer-un-caractere-par-un-Carriage-Return-dans-vim</link>
    <guid isPermaLink="false">urn:md5:262aed0ad72a0fbf7adfd05d63caefe3</guid>
    <pubDate>Wed, 03 Jan 2007 11:04:00 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
        <category>Geekeries</category>
        <category>howto</category><category>substitute</category><category>vim</category>    
    <description>    &lt;p&gt;Par exemple, imaginons qu'on récupère une query string, et qu'on veuille
l'exploser sur plusieurs lignes, on peut faire:&lt;/p&gt;
&lt;pre&gt;
:s/&amp;amp;/\=&amp;quot;\&amp;lt;CR&amp;gt;&amp;quot;/g
&lt;/pre&gt;
&lt;p&gt;le &lt;code&gt;\=&amp;quot;&amp;quot;&lt;/code&gt; annonce à &lt;acronym&gt;VIM&lt;/acronym&gt; que la chaine de
substitution sera une chaine a interpréter avant utilisation, et le
&lt;code&gt;\&amp;lt;CR&amp;gt;&lt;/code&gt; représente tout simplement le &lt;em&gt;Carriage
Return&lt;/em&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://mirmodynamics.com/post/2007/01/03/Remplacer-un-caractere-par-un-Carriage-Return-dans-vim#comment-form</comments>
      <wfw:comment>http://mirmodynamics.com/post/2007/01/03/Remplacer-un-caractere-par-un-Carriage-Return-dans-vim#comment-form</wfw:comment>
      <wfw:commentRss>http://mirmodynamics.com/feed/atom/comments/736</wfw:commentRss>
      </item>
    
</channel>
</rss>