We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a4193 commit 41b0c04Copy full SHA for 41b0c04
src/_.js
@@ -2,7 +2,6 @@ module.exports = {
2
ascii(s) {
3
return s.replace(/[Æâàáéíöúû’]/g, c => {
4
switch (c) {
5
- case "Æ": return "AE";
6
case "â": case "à": case "á": return "a";
7
case "é": return "e";
8
case "í": return "i";
0 commit comments