---
title: "matchSingle(_:)"
framework: lightweightcoderequirements
role: symbol
role_heading: Instance Method
path: "lightweightcoderequirements/entitlementsquery/matchsingle(_:)-8ggh1"
---

# matchSingle(_:)

Match the specified string against a string value (not an array).

## Declaration

```swift
func matchSingle(_ value: String) -> EntitlementsQuery
```

## Discussion

Discussion Strings are matched byte for byte (i.e. no unicode normalization occurs).
