boolean inList(String[] list)
Indicates whether or not this string is in the specified list. The case (upper, lower) of the string is taken into consideration when matching matching against the list.
Input Parameters
list | String List A list of strings to match this string against. |
Return Value
Boolean Returns true if this string exists in the specified list, false otherwise. |