vtils

Home > utils > removeBlankChars

removeBlankChars() function

从字符串中移除空白字符。

Signature:

export declare function removeBlankChars(value: string): string;

Parameters

Parameter Type Description
value string 要操作的字符串

Returns:

string

返回移除空白字符后的字符串