diff --git a/src/utils/index.ts b/src/utils/index.ts index 4b5856b..bf0e080 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -21,7 +21,7 @@ export function standardize(str: string) { .standardize() .unidecode() .replace(/\s/g, "") - .replaceAll(/[\.!_,&]+/g, ""); + .replaceAll(/[.!_,&]+/g, ""); } export function removeExtraNewLine(str: string) {