Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compilePattern (0.08 sec)

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

       *     malformed expression
       */
      @GwtIncompatible // java.util.regex
      public static Splitter onPattern(String separatorPattern) {
        return onPatternInternal(Platform.compilePattern(separatorPattern));
      }
    
      /**
       * Returns a splitter that divides strings into pieces of the given length. For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 21:14:05 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top