Skip to content

Instantly share code, notes, and snippets.

@eunjin3786
Created August 12, 2022 06:41
Show Gist options
  • Save eunjin3786/0091c04656b4497b1917829789db12f6 to your computer and use it in GitHub Desktop.
Save eunjin3786/0091c04656b4497b1917829789db12f6 to your computer and use it in GitHub Desktop.
@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
extension Regex {
public init<Content>(@RegexComponentBuilder _ content: () -> Content) where Output == Content.RegexOutput, Content : RegexComponent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment