rn-formatstring
v1.0.1
Published
This snippet will remove space from given string
Readme
@formatstring
npm v2.0.0 Removes all spaces from a string.
How to Install $ npm install [email protected]
Usage const formatstring = require("rn-formatstring"); console.log(formatstring("Remove Space"));
Output RemoveSpace
