contains
contains :: a → [ b ] → Boolean
Evaluates whether the defined value equals at least one of the elements of the given array. If a string is provided instead, it makes sure that value is its sub-string.
Last updated
contains :: a → [ b ] → Boolean
Evaluates whether the defined value equals at least one of the elements of the given array. If a string is provided instead, it makes sure that value is its sub-string.
Last updated