Insert a Unicode Identifier Status or Type
A Unicode identifier status and identifier type are two of the many Unicode properties that you can insert via the Insert Token button on the Create panel.

Every Unicode code point has exactly one value for the Identifier_Status property and another value for the Identifier_Type property. These properties are used in Unicode Technical Standard #39 (UTS 39): Unicode Security Mechanisms. RegexBuddy provides a single menu item for inserting these because the two properties are closely related. The item you select in the list determines both which of the two properties your regex needs to match, and which value for that property it needs to match.
- Identifier=Type=Restricted: Any code point that has one of the 10 following values for Identifier_Type.
- Identifier=Type=Not_Character: Unassigned characters, private use characters, surrogates, and non-whitespace control characters.
- Identifier=Type=Deprecated: Characters that have the Deprecated property.
- Identifier=Type=Default_Ignorable: Characters that have the Default_Ignorable_Code_Point property.
- Identifier=Type=Not_NFKC: Characters that cannot occur in strings normalized to NFKC.
- Identifier=Type=Not_XID: Characters that do not have the XID_Continue property (and don’t have another value for Identifier_Type.
- Identifier=Type=Exclusion: Characters in scripts that UAX 31 recommends to exclude from identifiers because they are either historic or obsolete scripts, or are only used in very small communities.
- Identifier=Type=Obsolete: Characters that are no longer in modern use, or that are not commonly used in modern text.
- Identifier=Type=Technical: Characters with specialized purposes.
- Identifier=Type=Uncommon_Use: Characters that are rarely used in modern documents, even though they are part of a script that is in common use.
- Identifier=Type=Limited_Use: Characters in scripts that UAX 31 suggests to exclude from identifiers because although they are modern scripts, they are not widely used.
- Identifier=Type=Allowed: Any code point that has one of the 2 following values for Identifier_Type.
- Identifier=Type=Inclusion: A number of quotation and punctuation characters that could be exceptionally allowed in identifiers.
- Identifier=Type=Recommended: Characters in scripts that UAX 31 recommends to allow identifiers because they modern, widely used scripts.