Skip to content

johanmic/raw-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published