---
title: kAEEndsWith
framework: coreservices
role: symbol
role_heading: Global Variable
path: coreservices/kaeendswith
---

# kAEEndsWith

The value of operand1 ends with the value of operand2 (for example, the string "operand" ends with the string "and").

## Declaration

```swift
var kAEEndsWith: OSType { get }
```
