special-characters-remove

1.0.4 • Public • Published

special-characters-remove

Remove special characters from string.

Install

$ npm install special-characters-remove@latest

Usage

import { removeSpecialCharacter } from "special-characters-remove/dist/index.js";
let x = removeSpecialCharacter("Hello, World! !> My life < my @rules");
console.log(x);
//=> 'Hello World! ! My life my rules'

You can use this to remove the spacial characters from string that is inserted into the middle, start or any part of string, for example, into a character class.


/special-characters-remove/

    Package Sidebar

    Install

    npm i special-characters-remove

    Weekly Downloads

    1

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    18.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • hraverkar