user
10/26/2018, 11:06 PM>> var test: String = "This is a test of the user system."
>> var testarray2: Array = test.split(" ").toTypedArray()
>> testarray2.sort()
>> testarray2.forEach { println("${it} ") }This a is of system. test the user
>>As you can see, sorting...