- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEndsWithIgnoreCase (0.77 sec)
-
src/test/java/org/codelibs/core/lang/StringUtilTest.java
assertEquals("userId", StringUtil.decapitalize("UserId")); } /** * @throws Exception */ @Test public void testEndsWithIgnoreCase() throws Exception { assertTrue(StringUtil.endsWithIgnoreCase("setHogeAaa", "Aaa")); assertTrue(StringUtil.endsWithIgnoreCase("setHogeAaa", "aaa"));
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 11.4K bytes - Viewed (0)