Instance Property
インスタンスプロパティ
isXIDStart
A Boolean value indicating whether the scalar is one which is recommended to be allowed to appear in a starting position in a programming language identifier, with adjustments made for NFKC normalized form.
このスカラーがプログラム言語識別子において始まりの位置で現れるのを許可されることを推奨されるものであるかどうかを指し示すブール値、NFKC正規化形式に対する調整がなされます。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var isXIDStart: Bool
{ get }
Discussion
解説
The set of scalars [:XID_Start:]
closes the set [:ID_Start:]
under NFKC normalization by removing any scalars whose normalized form is not of the form [:ID_Start:] [:ID_Continue:]*
.
スカラーの集合[:XID_Start:]
は、集合[:ID_Start:]
に、NFKC正規化の下で、それの正規化形式が形式[:ID_Start:] [:ID_Continue:]*
でないあらゆるスカラーを取り除くことによって、閉じています。
This property corresponds to the “XID_Start” property in the Unicode Standard.
このプロパティは、ユニコード標準における “XID_Start” に相当します。