We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ca8ab commit 08a5d99Copy full SHA for 08a5d99
src/runtime/composables/use-helper.ts
@@ -104,7 +104,7 @@ export function useHelper() {
104
const b = 'aaaaaaaaacccddeeeeeeeegghiiiiiilmnnnnooooooooprrssssttuuuuuuuuwxyyzzz------';
105
const p = new RegExp(a.split('').join('|'), 'g');
106
107
- const result = input
+ let result = input
108
.toString()
109
.toLowerCase()
110
.replace(/[äöüß]/gi, (matched) => specialChars[matched.toLowerCase()]) // German special chars
0 commit comments