Skip to content

Commit 2be1576

Browse files
authored
Update README.md
1 parent 2b725ce commit 2be1576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()`

0 commit comments

Comments
 (0)