Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
anoiaque committed Apr 24, 2010
1 parent ede07bb commit 4e0e657
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
@@ -0,0 +1,18 @@
Resume
==========================================================
Derive all accentueted strings from one given string.

Examples :
==========================================================
derive("éric") => "éric", "èric", "eric"
derive("ée") => "ee", "eé", "eè", "ée", "éé", "éè", "èè", "èé", "èe"
derive("pâturege") => "paturage", "pâturage"

Usages
==========================================================
Can be used for search function on web sites for searching with independent-accentuation


TODO
====

0 comments on commit 4e0e657

Please sign in to comment.