Instance Propertyswift 6.0.1Swift

isXIDContinue

A Boolean value indicating whether the scalar is one which is recommended to be allowed to appear in a non-starting position in a programming language identifier, with adjustments made for NFKC normalized form.

var isXIDContinue: Bool { get }

The set of scalars [:XID_Continue:] closes the set [:ID_Continue:] under NFKC normalization by removing any scalars whose normalized form is not of the form [:ID_Continue:]*.

This property corresponds to the “XID_Continue” property in the Unicode Standard.