---
title: eager
framework: swift
role: symbol
role_heading: Type Property
path: swift/regexrepetitionbehavior/eager
---

# eager

Match as much of the input string as possible, backtracking when necessary.

## Declaration

```swift
static var eager: RegexRepetitionBehavior { get }
```
