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

# reluctant

Match as little of the input string as possible, expanding the matched region as necessary to complete a match.

## Declaration

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