Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
It could have been better solution in Clear category for Find Quotes by samatdav02
import re
find_quotes = lambda a: [ x[1:-1] for x in re.findall(r'\"[\w\s\']*\"', a)]
Dec. 31, 2020
Comments: