包详细信息

handle-backspaces

mongodb-js177.6kApache-2.02.0.1

Apply backspace characters to a string or UTF-8 Buffer

backspace

自述文件

handle-backspaces

Apply backspace characters to a string or UTF-8 Buffer.

import handleBackspaces from 'handleBackspaces';

const input = 'abc\u0008def';
const output = handleBackspaces(input);
// output === abdef

LICENSE

Apache-2.0