Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Short af with regex :) solution in Clear category for [old] Secret Message by caiu
"use strict";
function findMessage(data) {
return data.replace(/[^A-Z]/g, '');
}
Sept. 16, 2016
Comments: