match(_:)
Match the specified string value against a string or an array of strings.
Declaration
func match(_ value: String) -> EntitlementsQueryDiscussion
Strings are matched byte for byte (i.e. no unicode normalization occurs).
Match the specified string value against a string or an array of strings.
func match(_ value: String) -> EntitlementsQueryStrings are matched byte for byte (i.e. no unicode normalization occurs).