Instance Propertyswift 6.0.3FoundationEssentials
regex
- iOS
- 18+
- macOS
- 15+
- tvOS
- 18+
- watchOS
- 11+
var regex: Regex<AnyRegexOutput> { get }
var regex: Regex<AnyRegexOutput> { get }
s20FoundationEssentials20PredicateExpressionsO0C5RegexV5regex17_StringProcessing0E0VyAG03AnyE6OutputVGvp
What are these?5WJIU
import FoundationEssentials
struct PredicateRegex
@frozen enum PredicateExpressions
struct Regex<Output>
A regular expression.
struct AnyRegexOutput
The type-erased, dynamic output of a regular expression match.
init?(_ component: some RegexComponent)
init(from decoder: any Decoder) throws
var description: String { get }
let stringRepresentation: String
func encode(to encoder: any Encoder) throws