func doubleClick (at: Int) -> NSRange
Returns the range of characters that form a word (or other linguistic unit) surrounding the specified index, taking language characteristics into account.
指定されたインデックスの周囲のある単語(または他の言語学的単位)を形成する文字の範囲を返します、言語的特徴を考慮します。
func lineBreakByHyphenating (before: Int, within: NSRange) -> Int
Returns the index of the closest character before the specified index, and within the specified range, that can fit on a new line by hyphenating.
指定されたインデックスの前の、そして指定された範囲内の、ハイフンでつなぐことによって新しい行に収まることが可能である、最も近い文字のインデックスを返します。
func nextWord (from: Int, forward: Bool) -> Int
Returns the index of the first character of the word after or before the specified index.
指定されたインデックスの後または前の最初の文字のインデックスを返します。