findTokenEnd

open override fun findTokenEnd(text: CharSequence, cursor: Int): Int

Used to find the position of the separator after the current cursor position and return, cursor otherwise.

Since

0.2.0

Parameters

text

The text edited by the user.

cursor

Current cursor position.