Package org.htmlunit.util
Class ArrayUtils
java.lang.Object
org.htmlunit.util.ArrayUtils
Utility functions not covered by third party libraries.
-
Method Summary
-
Method Details
-
containsIgnoreCase
- Parameters:
s
- the string[] to checkexpected
- the string that we expect- Returns:
- true if at least one element of the array equalsIgnoreCase to the expected string
-