MailBoxAssociateTokenizer

MailBoxAssociateTokenizer

Specifies where to start associative characters.

Since

0.2.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
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.

Link copied to clipboard
open override fun findTokenStart(text: CharSequence, cursor: Int): Int

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

Link copied to clipboard
open override fun terminateToken(text: CharSequence): CharSequence

It is used to return the text content with the token.