static function justWords($str) { return trim(str::condenseWhitespace(str::condenseNonLetters(str::condenseTags($str)))); }