findTokenStart

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

Used to find the position of the delimiter preceding the current cursor position and return.

Since

0.2.0

Parameters

text

The text edited by the user.

cursor

Current cursor position.