one line ... solution in Clear category for Find Quotes by maksimus
find_quotes = lambda a: __import__('re').findall(r'"(.*?)"', a)
June 10, 2020