---
title: completed
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsregularexpression/matchingflags/completed
---

# completed

Set when the Block is called after matching has completed.

## Declaration

```swift
static var completed: NSRegularExpression.MatchingFlags { get }
```

## See Also

### Constants

- [progress](foundation/nsregularexpression/matchingflags/progress.md)
- [hitEnd](foundation/nsregularexpression/matchingflags/hitend.md)
- [requiredEnd](foundation/nsregularexpression/matchingflags/requiredend.md)
- [internalError](foundation/nsregularexpression/matchingflags/internalerror.md)
