python extract string between double quotes Code Example

PHOTO EMBED

Wed Dec 15 2021 08:17:42 GMT+0000 (Coordinated Universal Time)

Saved by [deleted user] #python

bar = re.findall('"([^"]*)"', foo)
content_copyCOPY

https://www.codegrepper.com/code-examples/python/python+extract+string+between+double+quotes