acoconut
var OPERATORS = listOf('^', '/', '*', '-', '+') OPERATORS.forEach{myStr -> input.split($it)}