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