@accepts(<list>, utf8) @returns(gboolean) def string_list_contains(list, s)
Checks if @list contains the string @s.
list :
(element-type utf8) list to check
s :
string to check for
Returns :
True if found