{"id":1458,"date":"2022-12-16T10:39:18","date_gmt":"2022-12-16T02:39:18","guid":{"rendered":"http:\/\/zhang.mba\/?p=1458"},"modified":"2022-12-16T11:10:08","modified_gmt":"2022-12-16T03:10:08","slug":"python-an-zhao-gu-ding-zhang-du-fen-ge-zi-fu-chuan","status":"publish","type":"post","link":"https:\/\/zhang.mba\/index.php\/2022\/12\/16\/10\/39\/18\/1458\/python-an-zhao-gu-ding-zhang-du-fen-ge-zi-fu-chuan\/python\/zhangzhiqi\/","title":{"rendered":"python \u6309\u7167\u56fa\u5b9a\u957f\u5ea6\u5206\u5272\u5b57\u7b26\u4e32"},"content":{"rendered":"<pre class=\"line-numbers\"><code class=\"language-python\">import re\r\nstring = '123456789abcdefg'\r\nre.findall(r'.{3}', string)\r\n#\u7ed3\u679c['123', '456', '789', 'abc', 'def'\\] \r\n<\/code><\/pre>\n<!--CusAds0-->\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>import re string = &#8216;123456789abcdefg&#8217; re.findall(r&#8217;.{3}&#8217;, string) #\u7ed3\u679c[&#8216;123&#8217;, &#8216;456&#8217;, &#8216;789&#8217;, &#8216;abc&#8217;, &#8216;def&#8217;\\]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"categories":[12],"tags":[],"_links":{"self":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/posts\/1458"}],"collection":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/comments?post=1458"}],"version-history":[{"count":0,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/posts\/1458\/revisions"}],"wp:attachment":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/media?parent=1458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/categories?post=1458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/tags?post=1458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}