Instance Propertyswift 6.0.1_RegexParser->Swift
hasExactlyOneScalar
Whether this character is made up of exactly one Unicode scalar value.
var hasExactlyOneScalar: Bool { get }
Other members in extension
Instance members
var isConfusable: Bool
Whether this character could be confusable with a metacharacter in a regex literal.
var isOctalDigit: Bool
Whether this character represents an octal (base 8) digit, for the purposes of pattern parsing.
var isPatternWhitespace: Bool
Whether this character represents whitespace, for the purposes of pattern parsing.
var isWordCharacter: Bool
Whether this character represents a word character, for the purposes of pattern parsing.