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.


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

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