Instance Propertyvapor 4.106.3Vapor
successDescription
Pattern.swift:30var successDescription: String? { get }
var successDescription: String? { get }
s5Vapor16ValidatorResultsV7PatternV18successDescriptionSSSgvp
What are these?
FNV24: [AUVH]
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 Pattern
ValidatorResult
of a validator that validates whether a String
matches a RegularExpression pattern
struct ValidatorResults
@frozen struct String
A Unicode string value that is a collection of characters.
var failureDescription: String? { get }
var isFailure: Bool { get }
let isValidPattern: Bool
let pattern: String