Skip to content

Phreno/anagram-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagram-core

Description

Bibliothèque de travail sur les palindromes. Enrichi String pour fournir les fonctions suivantes.

String.prototype.noAccent               = function()          { /* ... */ };
String.prototype.noWhiteSpace           = function()          { /* ... */ };
String.prototype.anagramSanitization    = function()          { /* ... */ };
String.prototype.isAnagram              = function(str)       { /* ... */ };
String.prototype.palindrome             = function()          { /* ... */ };
String.prototype.isPalindrome           = function()          { /* ... */ };
String.prototype.isPalindromeOf         = function(versus)    { /* ... */ };
String.prototype.palindromicIndexOf     = function(str)       { /* ... */ };
String.prototype.filterPalindromicLines = function(separator) { /* ... */ };
String.prototype.signature              = function()          { /* ... */ };
String.prototype.frequencySort          = function()          { /* ... */ };
Référence

La fonction noAccent est reprise depuis https://raw.githubusercontent.com/yvg/js-replace-diacritics/master/replace-diacritics.js Le dictionnaire de mot français est récupéré depuis http://www.gwicks.net/dictionaries.htm

About

Librairie de travail sur les anagrammes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published