isIDContinue
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.
Declaration
var isIDContinue: Bool { get }Discussion
Applications that store identifiers in NFKC normalized form should instead use isXIDContinue to check whether a scalar is a valid identifier character.
This property corresponds to the “ID_Continue” and the “Other_ID_Continue” properties in the Unicode Standard.