Split

In OCL the string split function gets expects a char - but ocl defaults single characters to string. To solve this you can go like this: SomeString.split('X'.toCharArray)

This page was edited 95 days ago on 02/10/2024. What links here