Searched refs:endsWithIgnoreCase (Results 1 – 1 of 1) sorted by relevance
651 return endsWithIgnoreCase(str, suffix) in stripSuffixIgnoreCase()2854 public static boolean endsWithIgnoreCase(String str, String suffix) { in endsWithIgnoreCase() method