export const nbsp = (str: string) => str.replace(/ /g, ' ');