matchPrefix(_:)
Match the specified string prefix against a string value or array.
Declaration
func matchPrefix(_ value: String) -> EntitlementsQueryDiscussion
Strings are matched byte for byte (i.e. no unicode normalization occurs). matchPrefix will match only the first string value that has the prefix.