strvContains
fn
bool 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
strv | an array of strings to search in |
str | the string to search for |
Returns
true if str is an element of strv