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

# init(_:)

Creates a negative lookahead from the given regex component.

## Declaration

```swift
init<R>(_ component: R) where Output == R.RegexOutput, R : RegexComponent
```
