aRange.location is the value of the first character to return; aRange.location + aRange.length– 1 is the value of the last.aRange.locationは返す最初の文字の値です;aRange.location + aRange.length– 1は最後のものの値です。
Return Value
戻り値
A character set containing characters whose Unicode values are given by aRange. If aRange.length is 0, returns an empty character set.
それのユニコード値がaRangeによって与えられる文字を含んでいる文字集合。aRange.lengthが0ならば、空の文字集合を返します。
Discussion
議論
This code excerpt creates a character set object containing the lowercase English alphabetic characters:
このコード抜粋は、小文字の英語アルファベット文字を含んでいる文字集合オブジェクトを作成します: