Split not case sensitive?

String.Split appears not to be case sensitive; is this done on purpose to speed up the search, or an error?

Most Xojo string functions are not case sensitive. A feature request for a SplitB function would be in order.

There already is SplitB.

http://documentation.xojo.com/index.php/SplitB

Mind your encodings though.

Yes, I was recently introduced to the fun of encodings…!!!