Class ArrayUtils

java.lang.Object
org.htmlunit.util.ArrayUtils

public final class ArrayUtils extends Object
Utility functions not covered by third party libraries.
  • Method Details

    • containsIgnoreCase

      public static boolean containsIgnoreCase(String[] s, String expected)
      Parameters:
      s - the string[] to check
      expected - the string that we expect
      Returns:
      true if at least one element of the array equalsIgnoreCase to the expected string