We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c8702f + d1cfc4e commit b7bcb32Copy full SHA for b7bcb32
Sources/_StringProcessing/Regex/Core.swift
@@ -63,6 +63,7 @@ public struct Regex<Output>: RegexComponent {
63
64
@available(SwiftStdlib 5.7, *)
65
extension Regex {
66
+ @available(*, deprecated, renamed: "init(verbatim:)")
67
public init(quoting string: String) {
68
self.init(node: .quotedLiteral(string))
69
}
0 commit comments