matchPrefixSingle(_:)
Match the specified string prefix value against a string value (not an array).
Declaration
func matchPrefixSingle(_ value: String) -> EntitlementsQueryDiscussion
Strings are matched byte for byte (i.e. no unicode normalization occurs).