質問編集履歴

2

補足につけたし

2020/06/10 01:10

投稿

Advent
Advent

スコア9

test CHANGED
File without changes
test CHANGED
@@ -64,6 +64,8 @@
64
64
 
65
65
  ### 補足
66
66
 
67
+ こちらが走査対象のpage_string全文です。
67
68
 
68
69
 
69
- いちいちjsonをdumpsでstring化するのも効率的でないような気がしているので、もしより簡単に該当箇所を取り出す方法があれば教えください
70
+
71
+ {"id": "127505381", "type": "page", "status": "current", "title": "test page", "body": {"storage": {"value": "<h1>Title</h1><p>このページは2020.6.9に更新されました。</p><p><small>small text</small></p><h1 class=\"change\">2020.6.9</h1>", "representation": "storage", "_expandable": {"content": "/rest/api/content/127505381"}}, "_expandable": {"editor": "", "view": "", "export_view": "", "styled_view": "", "anonymous_export_view": ""}}, "extensions": {"position": "none"}, "_links": {"webui": "/display/department0056/test+page", "edit": "/pages/resumedraft.action?draftId=127505381&draftShareId=7e63c067-9cd4-4b97-8de2-88e0ffea07f5", "tinyui": "/x/5ZOZBw", "collection": "/rest/api/content", "base": "https://hogehoge.fuga.jp:8090", "context": "", "self": "https://hogehoge.fuga.jp:8090/rest/api/content/127505381"}, "_expandable": {"container": "/rest/api/space/department0056", "metadata": "", "operations": "", "children": "/rest/api/content/127505381/child", "restrictions": "/rest/api/content/127505381/restriction/byOperation", "history": "/rest/api/content/127505381/history", "ancestors": "", "version": "", "descendants": "/rest/api/content/127505381/descendant", "space": "/rest/api/space/department0056"}}

1

タイトルをより具体的に

2020/06/10 01:10

投稿

Advent
Advent

スコア9

test CHANGED
@@ -1 +1 @@
1
- python正規表現について
1
+ python htmlタグを含む正規表現について
test CHANGED
File without changes