Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for [old] Three Words by mozurin
"use strict";
var threeWords = data => /((^| )[a-z]+(?= |$)){3}/i.test(data);
June 25, 2018
Comments: