in client-react/src/App.js [66:68]
function validationCheck(str) { return str === null || str.match(/^\s*$/) !== null; }