We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b83776 commit 6bc02b2Copy full SHA for 6bc02b2
README.md
@@ -7,7 +7,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
7
8
- ✅ [`BiStream`](./mug/src/main/java/com/google/mu/util/stream/README.md) – streams `Map` and pair-wise collections
9
→ `BiStream.map(map).filterKeys(...).mapValues(...).toMap()`
10
-- ✅ [`Substring`](https://github.com/google/mug/wiki/Substring-Explained) – composable substring manipulation
+- ✅ [`Substring`](https://github.com/google/mug/wiki/Substring-Explained) – composable substring extraction & manipulation
11
→ `Substring.between("(", ")").from("call(foo)") → "foo"`
12
- ✅ [`StringFormat`](https://github.com/google/mug/wiki/StringFormat-Explained) – compile-time-safe bidirectional parsing/formatting
13
→ `new StringFormat("/home/{user}/{year}-{month}-{day}").parse(filePath, (user, year, month, day) -> ...)`
0 commit comments