Hallo,
is there a known issue for the missbehaviour of that:
String s = 'dsfäö$üç;asdfasdäö$üç;asdf;'
List l = str.elements(s, ";")
echo ("s: ", s)
echo ("l: ", l)
Error.abort()
As you see attached, the Elements of the list are wrong ... ????

Any infos on that?
Thomas