re solution in Clear category for Find Quotes by tom-tom
from re import findall def find_quotes(a): return findall('"(.*?)"', a)
Feb. 17, 2019