- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testPatternSplitLookBehind (0.14 sec)
-
guava-tests/test/com/google/common/base/SplitterTest.java
@GwtIncompatible // java.util.regex.Pattern @AndroidIncompatible // Bug in older versions of Android we test against, since fixed. public void testPatternSplitLookBehind() { if (!CommonPattern.isPcreLike()) { return; } String toSplit = ":foo::barbaz:"; String regexPattern = "(?<=:)";
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 29.6K bytes - Viewed (0)