Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for eko (0.59 seconds)

  1. guava/src/com/google/common/base/CharMatcher.java

       * Returns a string copy of the input character sequence, with each group of consecutive matching
       * BMP characters replaced by a single replacement character. For example:
       *
       * {@snippet :
       * CharMatcher.anyOf("eko").collapseFrom("bookkeeper", '-')
       * }
       *
       * ... returns {@code "b-p-r"}.
       *
       * <p>The default implementation uses {@link #indexIn(CharSequence)} to find the first matching
    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)
  2. android/guava/src/com/google/common/base/CharMatcher.java

       * Returns a string copy of the input character sequence, with each group of consecutive matching
       * BMP characters replaced by a single replacement character. For example:
       *
       * {@snippet :
       * CharMatcher.anyOf("eko").collapseFrom("bookkeeper", '-')
       * }
       *
       * ... returns {@code "b-p-r"}.
       *
       * <p>The default implementation uses {@link #indexIn(CharSequence)} to find the first matching
    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)
Back to Top