---
title: "init(_:)"
framework: regexbuilder
role: symbol
role_heading: Initializer
path: "regexbuilder/one/init(_:)"
---

# init(_:)

Creates a regex component that matches the given component exactly once.

## Declaration

```swift
init(_ component: some RegexComponent<Output>)
```
