回答編集履歴
1
追記
test
CHANGED
@@ -1 +1,3 @@
|
|
1
|
-
`'<<.*>>'`→`'<<.*?>>'`でよいでしょう。
|
1
|
+
`'<<.*>>'`→`'<<.*?>>'`でよいでしょう。`*?`=非貪欲マッチとなります。
|
2
|
+
|
3
|
+
参考:[正規表現のシンタックス](https://docs.python.org/ja/3/library/re.html#regular-expression-syntax)
|