Jul-17-2022, 03:25 PM
I've just tried to test regex on
https://regex101.com/
with this (although non-ideal) expression I can select what I want
![[Image: Screenshot-from-2022-07-17-17-23-37.png]](https://i.postimg.cc/YCRKbRd7/Screenshot-from-2022-07-17-17-23-37.png)
Surprisingly if I use the same expression in Python re.search, it doesn't work.
Any comments ?
https://regex101.com/
with this (although non-ideal) expression I can select what I want
![[Image: Screenshot-from-2022-07-17-17-23-37.png]](https://i.postimg.cc/YCRKbRd7/Screenshot-from-2022-07-17-17-23-37.png)
Surprisingly if I use the same expression in Python re.search, it doesn't work.
Any comments ?