export function cleanString(str) { return str.replace(/\s/g, ''); }