nextWord

open fun nextWord(string: String): String(source)

Return the next word of the string, in other words it stops when a space is encountered.