Hello, I noticed a problem with the split block,
When you divide text with an empty separator then you get a list of all the characters in the text, but I noticed that in Android 9 another empty item was added at the beginning of the list (which means that the list has 4 items):
In Android 10 this does not happen (which means there are 3 items on the list):
When I tested it on iOS I got the same result I got on Android 9 (I checked iOS 14.3 and iOS 12.4.9 and got the same result):
Here is a picture of all the blocks:
And here is the aia file: split.aia (2.2 KB)