rujptw / tiny

remove all spaces from a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny

remove spaces from a string

Usage

const tiny = require("fire-t/tiny");
const str = "tom and jerry"
tiny(str) //tomandjerry

About

remove all spaces from a string

License:MIT License


Languages

Language:JavaScript 100.0%