feat(FN-1748): merge fusion/fn-1748
This commit is contained in:
@@ -8,7 +8,7 @@ import type { ModelInfo } from "../api";
|
||||
* Preserves spaces (which serve as field/word boundaries) and alphanumeric chars.
|
||||
*/
|
||||
function normalize(s: string): string {
|
||||
return s.toLowerCase().replace(/[-_.\/]/g, "");
|
||||
return s.toLowerCase().replace(/[-_./]/g, "");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user