anyGraphemeCluster
A character class that matches any single Character, or extended grapheme cluster, regardless of the current semantic level.
Declaration
static var anyGraphemeCluster: CharacterClass { get }Discussion
This character class is equivalent to \X in regex syntax.