strvContains

fnbool strvContains(string[] strv, string str)

Checks if an array of strings contains the string str according to funcGLib.str_equal. strv must not be NULL.

Parameters

strvan array of strings to search in
strthe string to search for

Returns

true if str is an element of strv