回答編集履歴
1
追記
test
CHANGED
@@ -3,3 +3,5 @@
|
|
3
3
|
re.findall(r"(?<!-)\d+-\d+(?!-)", text)
|
4
4
|
|
5
5
|
```
|
6
|
+
|
7
|
+
先読みアサーション、後読みアサーションというやつです
|