1.0.4 • Published 9 months ago

special-characters-remove v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

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.


1.0.4

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago