Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for [old] Find Quotes by mozurin
"use strict";
var findQuotes = text => text.split('"').filter((_, n) => n % 2);
April 9, 2019
Comments: