Structure
ValidatorResults.CharacterSet
ValidatorResult of a validator that validates that a String contains characters in a given CharacterSet.struct CharacterSet
Topics
Instance Properties
let characterSet: CharacterSetThe set of characters the input is allowed to contain.var invalidSlice: String?let string: StringThe validated string.
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.EscapableSwift.SendableSwift.SendableMetatypeValidatorResult