I’m not entirely sure, but kotlin’s `String.split(...
# random
s
I’m not entirely sure, but kotlin’s
String.split()
might not have the exact same semantics as java’s, maybe necessitating the
dropLastWhile
call