Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One line solution in Clear category for [old] Secret Message by MaxGraey
const findMessage = str => (str.match(/[A-Z]/g) || []).join('')
May 11, 2019
Comments: