non-fungible-apps/ui/src/components/core/combobox/combobox.utils.ts

3 lines
87 B
TypeScript

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