Instance Propertyvapor 4.106.2Vapor
characterSet
The set of characters the input is allowed to contain.
CharacterSet.swift:33let characterSet: Foundation.CharacterSet
The set of characters the input is allowed to contain.
CharacterSet.swift:33let characterSet: Foundation.CharacterSet
s5Vapor16ValidatorResultsV12CharacterSetV09characterE010FoundationADVvp
What are these?
FNV24: [7MTVE]
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct CharacterSet
ValidatorResult
of a validator that validates that a String
contains characters in a given CharacterSet
.
struct ValidatorResults
struct CharacterSet
A CharacterSet
represents a set of Unicode-compliant characters. Foundation types use CharacterSet
to group characters together for searching operations, so that they can find any of a particular set of characters during a search.
var failureDescription: String? { get }
var invalidSlice: String? { get }
var isFailure: Bool { get }
let string: String
The validated string.
var successDescription: String? { get }