---
title: kODMatchAny
framework: opendirectory
role: symbol
role_heading: Global Variable
path: opendirectory/kodmatchany
---

# kODMatchAny

## Declaration

```swift
var kODMatchAny: Int { get }
```

## See Also

### Constants

- [kODMatchBeginsWith](opendirectory/kodmatchbeginswith.md)
- [kODMatchContains](opendirectory/kodmatchcontains.md)
- [kODMatchEndsWith](opendirectory/kodmatchendswith.md)
- [kODMatchEqualTo](opendirectory/kodmatchequalto.md)
- [kODMatchGreaterThan](opendirectory/kodmatchgreaterthan.md)
- [kODMatchInsensitiveBeginsWith](opendirectory/kodmatchinsensitivebeginswith.md)
- [kODMatchInsensitiveContains](opendirectory/kodmatchinsensitivecontains.md)
- [kODMatchInsensitiveEndsWith](opendirectory/kodmatchinsensitiveendswith.md)
- [kODMatchInsensitiveEqualTo](opendirectory/kodmatchinsensitiveequalto.md)
- [kODMatchLessThan](opendirectory/kodmatchlessthan.md)
