export const cleanString = (str: string) => str.toLowerCase().replace(/\s+/g, '');