mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
3
packages/global/common/string/utils.ts
Normal file
3
packages/global/common/string/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const getTextValidLength = (chunk: string) => {
|
||||
return chunk.replaceAll(/[\s\n]/g, '').length;
|
||||
};
|
Reference in New Issue
Block a user