---
title: "match(_:)"
framework: lightweightcoderequirements
role: symbol
role_heading: Instance Method
path: "lightweightcoderequirements/entitlementsquery/match(_:)-5cqvy"
---

# match(_:)

Match the specified string value against a string or an array of strings.

## Declaration

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

## Discussion

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