stripcc

1.0.0 • Public • Published

stripcc

Node.JS string module for stripping control-characters from string. Native and pure implementation.

var stripcc = require('stripcc');
console.log(stripcc('he\u0001llo'));

Output:

hello

Installation

$ npm install stripcc

Description

Module provides single function that removes non-printable control characters from strings. It has native and pure implementation.

More information

It removes characters from C0 and C1 sets except for CR('\r'), LF('\n'), tab('\t') and space(' ').

/stripcc/

    Package Sidebar

    Install

    npm i stripcc

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • nailgun