0.0.4 • Published 9 years ago

escape-turkish v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

##Escape Turkish characters with the equivalent english characters.

  • install

npm install escape-turkish

  • usage
var EscapeTurkish = require("escape-turkish");
console.log(EscapeTurkish("Şşşşh"));
// prints "Ssssh"
  • Match set:
{
    "İ": "I",
    "ı": "i",
    "ş": "s",
    "Ş": "S",
    "ğ": "g",
    "Ğ": "G",
    "ç": "c",
    "Ç": "C",
    "ü": "u",
    "Ü": "U",
    "ö": "o",
    "Ö": "O"
}
0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago