{"id":4773,"date":"2012-11-12T22:46:02","date_gmt":"2012-11-12T13:46:02","guid":{"rendered":"http:\/\/rentan.org\/blog\/?p=4773"},"modified":"2012-11-12T22:46:02","modified_gmt":"2012-11-12T13:46:02","slug":"dmonkey-esc-n-cr-lf","status":"publish","type":"post","link":"https:\/\/rentan.org\/blog\/2012\/11\/12\/dmonkey-esc-n-cr-lf\/","title":{"rendered":"DMonkey: \"\\n\" \u306f CR LF \u306e2\u30d0\u30a4\u30c8"},"content":{"rendered":"<p>DMonkey \u3067\u6587\u5b57\u5217\u30ea\u30c6\u30e9\u30eb\u306e \"\\n\" \u306f CR LF \u306e2\u30d0\u30a4\u30c8\u306b\u5909\u63db\u3055\u308c\u307e\u3059\u3002<\/p>\n<div class=\"prog_code javascript\">\n<code>var s = \"\\n\";<br \/>\nalert (s.length); &nbsp; \/\/ 2<\/p>\n<p>var t = '';<br \/>\nfor (var i = 0; i < s.length; ++i) {\n&nbsp; t += s.charCodeAt (i) + ' ';\n}\nalert (t); &nbsp; \/\/ 13 10<\/code>\n<\/div>\n<p>\u6b63\u898f\u8868\u73fe\u30ea\u30c6\u30e9\u30eb\u306e \\n \u3082 CR LF \u306b\u306a\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n<div class=\"prog_code javascript\">\n<code>alert (\"a\\nz\".match (\/a\\nz\/)); &nbsp; \/\/ a\\nz<\/code>\n<\/div>\n<p>\u30d5\u30a1\u30a4\u30eb\u306e\u66f8\u304d\u51fa\u3057\u6642\u306a\u3069\u306b\u5fa9\u5e30\u6539\u884c\u306e\u3064\u3082\u308a\u3067 \"\\r\\n\" \u3068\u66f8\u304f\u3068\u3001CR CR LF \u3068\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DMonkey \u3067\u6587\u5b57\u5217\u30ea\u30c6\u30e9\u30eb\u306e \"\\n\" \u306f CR LF \u306e2\u30d0\u30a4\u30c8\u306b\u5909\u63db\u3055\u308c\u307e\u3059\u3002 var s = \"\\n\"; alert (s.length); &nbsp; \/\/ 2 var t = ''; for (var  [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[640],"tags":[],"class_list":["post-4773","post","type-post","status-publish","format-standard","hentry","category-irvine"],"_links":{"self":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/comments?post=4773"}],"version-history":[{"count":2,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4773\/revisions"}],"predecessor-version":[{"id":4775,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4773\/revisions\/4775"}],"wp:attachment":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/media?parent=4773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/categories?post=4773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/tags?post=4773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}