0.0.4 • Published 5 years ago

raw-string v0.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

raw-string

one liner to clean up all possible special chars, useful to compare strings. returns a lowercase string, stripped of special characters used internally for www.refinemusic.io

yarn add raw-string

   const raw = require('raw-string);
   raw('M.A.N.D.Y. vs. Booka Shade / Âme ‎– Body Language / Rèj')    
    // outputs: mandyvsbookashadeamebodylanguagerej

   raw('Âme') === raw('Àm e')
	// true
0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago