- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for abacatbab (0.12 seconds)
-
android/guava-tests/test/com/google/common/base/CharMatcherTest.java
doTestTrimFrom("x-x-", "x-x"); doTestTrimFrom("x-xx", "x-xx"); doTestTrimFrom("x-x--xx---x----x", "x-x--xx---x----x"); // additional testing using the doc example assertThat(anyOf("ab").trimFrom("abacatbab")).isEqualTo("cat"); } private void doTestTrimFrom(String in, String out) { // Try a few different matchers which all match '-' and not 'x' assertThat(is('-').trimFrom(in)).isEqualTo(out);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 32.4K bytes - Click Count (0) -
guava/src/com/google/common/base/CharMatcher.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 54.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/CharMatcher.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 53.9K bytes - Click Count (0)