Skip to content

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

  • characterSet
    The set of characters the input is allowed to contain.
  • strings
    The validated string.

Default Implementations

Relationships

Conforms To

  • Swift.Copyable
  • Swift.Escapable
  • Swift.Sendable
  • Swift.SendableMetatype
  • ValidatorResult