---
title: "buildPartialBlock(first:)"
framework: regexbuilder
role: symbol
role_heading: Type Method
path: "regexbuilder/alternationbuilder/buildpartialblock(first:)-7jdle"
---

# buildPartialBlock(first:)

## Declaration

```swift
static func buildPartialBlock<R>(first component: R) -> ChoiceOf<R.RegexOutput> where R : RegexComponent
```
