1.0.1 • Published 4 years ago
rn-formatstring v1.0.1
@formatstring
npm v2.0.0 Removes all spaces from a string.
How to Install $ npm install formatstring@1.0.1
Usage const formatstring = require("rn-formatstring"); console.log(formatstring("Remove Space"));
Output RemoveSpace