File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A small Java 8+ string processing and streams library ([javadoc](http://google.g
99 → ` Substring.between("(", ")").from("call(foo)") → "foo" `
1010- ✅ [ ` StringFormat ` ] ( https://github.com/google/mug/wiki/StringFormat-Explained ) – compile-time-safe bidirectional parsing/formatting
1111 → ` new StringFormat("/home/{user}/{date}").parse(filePath, (user, date) -> ...) `
12- - ✅ [ ` Parser ` ] ( https://google.github.io/mug/apidocs/com/google/common/labs/parse/Parser.html ) – replace your regex
12+ - ✅ [ ` Parser ` ] ( https://google.github.io/mug/apidocs/com/google/common/labs/parse/Parser.html ) – no more regex
1313 → ` zeroOrMore(noneOf("\\'")).immediatelyBetween("'", "'").parse(input); `
1414- ✅ [ ` BiStream ` ] ( ./mug/src/main/java/com/google/mu/util/stream/README.md ) – streams ` Map ` and pair-wise collections
1515 → ` BiStream.zip(keys, values).toMap() `
You can’t perform that action at this time.
0 commit comments