1.0.2 • Published 10 years ago

anagrams v1.0.2

Weekly downloads
12
License
-
Repository
github
Last release
10 years ago

anagrams by @michalbe

Check if multiple strings are anagrams.

What?

Check if multiple strings are anagrams. White chars, special chars (like aphostrophes) are not taken into account when calculating anagrams. The function can gat as many parameters as needed.

How?

Install it with:

npm install anagrams

and then...

var anagrams = require('anagrams');

var one = 'W czasie suszy szosa sucha';
var two = 'You ZZ as as whiz as success.';
var three = 'Ouch! Saw ass sizes saucy ZZ.';

anagrams(one, two, three); // true
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago