Contents

CFStringTokenizerGetCurrentTokenRange(_:)

Returns the range of the current token.

Declaration

func CFStringTokenizerGetCurrentTokenRange(_ tokenizer: CFStringTokenizer!) -> CFRange

Parameters

  • tokenizer:

    A CFStringTokenizer object.

Return Value

The range of the current token, or {``kCFNotFound, 0} if there is no current token.

See Also

Getting Information About the Current Token