open_in_new
content_copy
function validateString(str) { return str && str.trim().length > 5 ? str : null; }