TextIter.forwardSentenceEnds

Calls TextIter.forwardSentenceEnd count times (or until TextIter.forwardSentenceEnd returns FALSE). If count is negative, moves backward instead of forward.

class TextIter
bool
forwardSentenceEnds
(
int count
)

Parameters

count int

number of sentences to move

Return Value

Type: bool

TRUE if iter moved and is not the end iterator