- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AaaBbb (0.03 sec)
-
src/test/java/org/codelibs/core/lang/StringUtilTest.java
assertNull(StringUtil.decamelize(null)); assertEquals("EMP", StringUtil.decamelize("Emp")); assertEquals("AAA_BBB", StringUtil.decamelize("aaaBbb")); assertEquals("AAA_BBB", StringUtil.decamelize("AaaBbb")); assertEquals("AAA_BBB_C", StringUtil.decamelize("aaaBbbC")); assertEquals("USER_ID", StringUtil.decamelize("UserId")); } /** * @throws Exception */ @Test
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 12K bytes - Viewed (0) -
src/bytes/bytes_test.go
{"TrimRight", "abba", "", "abba"}, {"TrimRight", "", "123", ""}, {"TrimRight", "", "", ""}, {"TrimRight", "☺\xc0", "☺", "☺\xc0"}, {"TrimPrefix", "aabb", "a", "abb"}, {"TrimPrefix", "aabb", "b", "aabb"}, {"TrimSuffix", "aabb", "a", "aabb"}, {"TrimSuffix", "aabb", "b", "aab"}, } type TrimNilTest struct { f string in []byte arg string out []byte }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 28 18:13:58 UTC 2025 - 62.9K bytes - Viewed (0)