Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for haha (0.03 sec)

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

      /**
       * Returns a string copy of the input character sequence, with each matching BMP character
       * replaced by a given replacement sequence. For example:
       *
       * <pre>{@code
       * CharMatcher.is('a').replaceFrom("yaha", "oo")
       * }</pre>
       *
       * ... returns {@code "yoohoo"}.
       *
       * <p><b>Note:</b> If the replacement is a fixed string with only one character, you are better
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top