{"id":4272,"date":"2021-06-07T11:26:49","date_gmt":"2021-06-07T02:26:49","guid":{"rendered":"https:\/\/www.chihayafuru.jp\/tech\/?p=4272"},"modified":"2022-08-06T08:52:50","modified_gmt":"2022-08-05T23:52:50","slug":"%e6%ad%a3%e8%a6%8f%e8%a1%a8%e7%8f%be","status":"publish","type":"post","link":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/archives\/4272","title":{"rendered":"\u6b63\u898f\u8868\u73fe"},"content":{"rendered":"<table>\n<tbody>\n<tr>\n<th style=\"text-align: center;\" >\u30e1\u30bf\u6587\u5b57<\/th>\n<th style=\"text-align: center;\" >\u8aac\u660e<\/th>\n<th style=\"text-align: center;\" >\u6b63\u898f\u8868\u73fe\u4f8b<\/th>\n<th style=\"text-align: center;\" >\u4e00\u81f4\u6587\u5b57\u5217\u4f8b<\/th>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>.<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u4efb\u610f\u306e\u4e00\u6587\u5b57<\/td>\n<td style=\"text-align: left;\"   ><code>.2.<\/code><\/td>\n<td><code>\"B2B\", \"B2C\", \"C2C\", ...<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>?<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u76f4\u524d\u306e\u6587\u5b57\u304c0\u56de\u307e\u305f\u306f1\u56de<\/td>\n<td style=\"text-align: left;\"   ><code>cats?<\/td>\n<td><code>\"cat\", \"cats\"<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>*<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u76f4\u524d\u306e\u6587\u5b57\u306e0\u56de\u4ee5\u4e0a\u306e\u7e70\u308a\u8fd4\u3057<\/td>\n<td style=\"text-align: left;\"   ><code>spe*d<\/code><\/td>\n<td><code>\"spd\", \"sped\", \"speed\", \"speeed\", ...<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>+<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u76f4\u524d\u306e\u6587\u5b57\u306e1\u56de\u4ee5\u4e0a\u306e\u7e70\u308a\u8fd4\u3057<\/td>\n<td style=\"text-align: left;\"   ><code>te+n<\/code><\/td>\n<td><code>\"ten\", \"teen\", \"teeen\", ...<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><!--more--><\/p>\n<table>\n<tbody>\n<tr>\n<th style=\"text-align: center;\" >\u30e1\u30bf\u6587\u5b57<\/th>\n<th style=\"text-align: center;\" >\u8aac\u660e<\/th>\n<th style=\"text-align: center;\" >\u6b63\u898f\u8868\u73fe\u4f8b<\/th>\n<th style=\"text-align: center;\" >\u4e00\u81f4\u6587\u5b57\u5217\u4f8b<\/th>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>\\d<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u6570\u5b57<\/td>\n<td style=\"text-align: left;\"   ><code>\\d\\d\\d<\/code><\/td>\n<td><code><\/code>\"000\", \"123\", \"999\", ...<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>\\D<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u6570\u5b57\u4ee5\u5916\u306e\u6587\u5b57<\/td>\n<td style=\"text-align: left;\"   ><code>Project\\D<\/code><\/td>\n<td><code><\/code>\"ProjectA\", \"ProjectX\", ...<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>\\s<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u5782\u76f4\u30bf\u30d6\u4ee5\u5916\u306e\u7a7a\u767d\u6587\u5b57<\/td>\n<td style=\"text-align: left;\"   ><code>Hello\\sWorld<\/code><\/td>\n<td><code>\"Hello World\", \"Hello&#009;World\", ...<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>\\S<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u975e\u7a7a\u767d\u6587\u5b57<\/td>\n<td style=\"text-align: left;\"   ><code>Hello\\SWorld<\/code><\/td>\n<td><code>\"Hello_World\", \"Hello0World\", ...<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" ><strong>\\w<\/strong><\/td>\n<td style=\"text-align: left;\"   >\u82f1\u6570\u5b57\u3068\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2<\/td>\n<td style=\"text-align: left;\"   ><code>[\\w]+<\/code><\/td>\n<td><code>\"HelloWorld\", \"Hello_World\", \"Hello0\", ...<\/code><\/td>\n<\/tr>\n<tbody><\/table>\n","protected":false},"excerpt":{"rendered":"<p>\u30e1\u30bf\u6587\u5b57 \u8aac\u660e \u6b63\u898f\u8868\u73fe\u4f8b \u4e00\u81f4\u6587\u5b57\u5217\u4f8b . \u4efb\u610f\u306e\u4e00\u6587\u5b57 .2. &#8220;B2B&#8221;, &#8220;B2C&#8221;, &#8220;C2C&#8221;, &#8230; ? \u76f4\u524d\u306e\u6587\u5b57\u304c0\u56de\u307e\u305f\u306f1\u56de cats? &#8220;cat&#8221;, &#8220;cats&#8221; * \u76f4\u524d\u306e\u6587\u5b57\u306e0\u56de\u4ee5\u4e0a\u306e\u7e70\u308a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[123],"class_list":["post-4272","post","type-post","status-publish","format-standard","hentry","category-memo","tag-regular_expressions"],"_links":{"self":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts\/4272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/comments?post=4272"}],"version-history":[{"count":25,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts\/4272\/revisions"}],"predecessor-version":[{"id":5148,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/posts\/4272\/revisions\/5148"}],"wp:attachment":[{"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/media?parent=4272"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/categories?post=4272"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chihayafuru.jp\/tech\/index.php\/wp-json\/wp\/v2\/tags?post=4272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}