Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように unicode フラグで使用する必要があります。
m = re.findall(r'\[\d+\] – \[\d+\]', body, re.UNICODE)
これは[20] – [22]、指定した文字列から返されます。
[20] – [22]