forwards

abstract fun forwards(position: Int, text: CharSequence): Int

Return

The new caret position when jumping a word to the right. This must be in the range 0 until text.length

Parameters

position

The start position, which must be in the range 0 .. text.length (inclusive)