Hi all,
slight prob over here. Casesensitive is false:
put "ö"="Ö" -- false
put toLower("Ö") -- Ö
anyone got an idea how I can compare if a string containing umlauts is
in another string REGARDLESS of the cases in both strings?
All the best,
Malte