{"id":943,"date":"2015-07-17T04:48:53","date_gmt":"2015-07-17T04:48:53","guid":{"rendered":"http:\/\/codethataint.com\/blog\/?p=943"},"modified":"2015-07-17T05:03:02","modified_gmt":"2015-07-17T05:03:02","slug":"adding-quotes-to-the-start-and-end-of-each-line-in-notepad","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/adding-quotes-to-the-start-and-end-of-each-line-in-notepad\/","title":{"rendered":"Adding quotes to the start and end of each line in Notepad++"},"content":{"rendered":"<p><strong>Input<\/strong><\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\nA\r\nB\r\nC\r\nD\r\nE\r\n<\/pre>\n<p>1.Find (in regular expression mode): <strong>(.+)<\/strong> Replace with <strong>&#8216;\\1&#8217;<\/strong> <\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\n'A'\r\n'B'\r\n'C'\r\n'D'\r\n'E'\r\n<\/pre>\n<p>2.Find (in extended mode): <strong>\\r\\n<\/strong> Replace with <strong>,<\/strong> <\/p>\n<p><strong>Output<\/strong><\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\n'A','B','C','D','E'\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Input A B C D E 1.Find (in regular expression mode): (.+) Replace with &#8216;\\1&#8217; &#8216;A&#8217; &#8216;B&#8217; &#8216;C&#8217; &#8216;D&#8217; &#8216;E&#8217; 2.Find (in extended mode): \\r\\n Replace with , Output &#8216;A&#8217;,&#8217;B&#8217;,&#8217;C&#8217;,&#8217;D&#8217;,&#8217;E&#8217;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[164],"tags":[],"class_list":["post-943","post","type-post","status-publish","format-standard","hentry","category-notepad"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/943","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=943"}],"version-history":[{"count":4,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/943\/revisions"}],"predecessor-version":[{"id":947,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/943\/revisions\/947"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=943"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=943"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=943"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}