Contents

textualRange

The range of the field’s text content.

Declaration

var textualRange: UITextRange { get }

Discussion

Both tokens and text are included in the range from beginningOfDocument to endOfDocument. This property provides convenient access to just the text.

See Also

Converting text into tokens