- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for compilePattern (0.08 sec)
-
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)