contains(_:)
Returns a Boolean value indicating whether the vocabulary contains the given string.
Declaration
func contains(_ text: String) -> BoolParameters
- text:
The string to find in the vocabulary.
Return Value
true if the string was found in the vocabulary; otherwise, false.