Skip to content

radiovisual/no-whitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-whitespace Build Status

Remove absolutely all whitespace from a string.

Install

$ npm install --save no-whitespace

Usage

const noWhitespace = require('no-whitespace');

noWhitespace('\n\r\t unicorns & rainbows! amaze! \n\r\t');
//=> 'unicorns&rainbows!amaze!'

API

noWhitespace(input, [options])

Returns a string with all whitespace characters removed.

input

Required
Type: string

The string you want to remove all whitespace characters from.

Related

  • selective-whitespace Condense all whitespace in a string, with options to preserve specific whitespace characters.

License

MIT © Michael Wuergler

About

Remove absolutely all whitespace from a string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published