Converts a "Given string" to "Given-string" or
"another.String-you wouldWant" to "another-string-you-would-want".
But in addition to that, it will convert "Annahäuser_Römertopf.jpg" into "annahaeuser-roemertopf-jpg"
Parameters
string: string
Returns string
unifyTransliterations
unifyTransliterations(string: string): string
Is used to convert all transliterations / umlauts in a string into simple representations.
ä => ae, ö => oe...
Converts a "Given string" to "Given-string" or "another.String-you wouldWant" to "another-string-you-would-want". But in addition to that, it will convert "Annahäuser_Römertopf.jpg" into "annahaeuser-roemertopf-jpg"