Contents

match(_:)

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

Declaration

func match(_ value: String) -> EntitlementsQuery

Discussion

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