The output of split is an array of strings. For debugging, I’d recommend using the inspect filter because it will show you the data structure, rather than just a flattened string. I.e.:
It’s the way of my thinking.
For me, to print (output) an array, it would be better to (visually) distinguish between a simple string and the members of an array.