---
title: CustomConsumingRegexComponent
framework: swift
role: symbol
role_heading: Protocol
path: swift/customconsumingregexcomponent
---

# CustomConsumingRegexComponent

## Declaration

```swift
protocol CustomConsumingRegexComponent : RegexComponent
```

## Topics

### Instance Methods

- [consuming(_:startingAt:in:)](swift/customconsumingregexcomponent/consuming(_:startingat:in:).md)

## Relationships

### Inherits From

- [RegexComponent](swift/regexcomponent.md)

## See Also

### Regular Expressions

- [Regex](swift/regex.md)
- [RegexRepetitionBehavior](swift/regexrepetitionbehavior.md)
- [RegexSemanticLevel](swift/regexsemanticlevel.md)
- [RegexWordBoundaryKind](swift/regexwordboundarykind.md)
- [AnyRegexOutput](swift/anyregexoutput.md)
- [RegexComponent](swift/regexcomponent.md)
