Structure
ValidatorResults.CollectionCharacterSet
ValidatorResult of a validator that validates that all elements of a [String] contain characters in a given CharacterSet.struct CollectionCharacterSet
Topics
Instance Properties
let characterSet: CharacterSetThe set of characters the input is allowed to contain.let strings: [String]The validated string.
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.EscapableSwift.SendableSwift.SendableMetatypeValidatorResult