<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: tohshige</title>
    <description>The latest articles on DEV Community by tohshige (@tohshige).</description>
    <link>https://dev.to/tohshige</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F44138%2F2dfd4bca-b444-461b-95d7-7a1c50cf3ca1.jpeg</url>
      <title>DEV Community: tohshige</title>
      <link>https://dev.to/tohshige</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tohshige"/>
    <language>en</language>
    <item>
      <title>tips </title>
      <dc:creator>tohshige</dc:creator>
      <pubDate>Thu, 16 Nov 2017 08:39:06 +0000</pubDate>
      <link>https://dev.to/tohshige/tips-3gh</link>
      <guid>https://dev.to/tohshige/tips-3gh</guid>
      <description>

&lt;h3&gt;
  
  
  　カンマ区切りCSVの改行を検索して改行なしへ置換
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;こんなやつを&lt;/li&gt;
&lt;/ul&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1列目,"&amp;lt;html&amp;gt; 
           &amp;lt;img&amp;gt;",3列目  
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;一行にする&lt;/li&gt;
&lt;/ul&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1列目,"&amp;lt;html&amp;gt;&amp;lt;img&amp;gt;",3列目  

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;検索文字に正規表現(regex)を使う、以下の呪文を貼り付け&lt;/li&gt;
&lt;/ul&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;([^\"｜\n])(\n)+
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;置換後の文字は空白&lt;/li&gt;
&lt;/ul&gt;


</description>
      <category>regextextcsv</category>
    </item>
    <item>
      <title>rcart index</title>
      <dc:creator>tohshige</dc:creator>
      <pubDate>Thu, 16 Nov 2017 07:44:12 +0000</pubDate>
      <link>https://dev.to/tohshige/rcart-index-d8k</link>
      <guid>https://dev.to/tohshige/rcart-index-d8k</guid>
      <description>&lt;h3&gt;
  
  
  github issues
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/tohshige/test/issues"&gt;https://github.com/tohshige/test/issues&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Note Of Pug (Jade)
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.tam-tam.co.jp/tipsnote/html_css/post12789.html"&gt;https://www.tam-tam.co.jp/tipsnote/html_css/post12789.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;pug &amp;gt; html&lt;br&gt;
&lt;a href="http://aramboyajyan.github.io/online-jade-template-editor/"&gt;http://aramboyajyan.github.io/online-jade-template-editor/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HTML &amp;gt; PUG&lt;br&gt;
&lt;a href="http://html2jade.aaron-powell.com/"&gt;http://html2jade.aaron-powell.com/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>true test</title>
      <dc:creator>tohshige</dc:creator>
      <pubDate>Thu, 16 Nov 2017 07:35:08 +0000</pubDate>
      <link>https://dev.to/tohshige/true-test-20p</link>
      <guid>https://dev.to/tohshige/true-test-20p</guid>
      <description>&lt;h2&gt;
  
  
  markdown
&lt;/h2&gt;

&lt;h3&gt;
  
  
  test
&lt;/h3&gt;

&lt;h2&gt;
  
  
  2
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;### test&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  js
&lt;/h2&gt;

&lt;p&gt;var = 100 ;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;// test&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="/"&gt;test&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  html
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;/&lt;/span&gt; &lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;test&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
