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 @@ -11,7 +11,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
1111 → ` Substring.between("(", ")").from("call(foo)") → "foo" `
1212- ✅ [ ` StringFormat ` ] ( https://github.com/google/mug/wiki/StringFormat-Explained ) – compile-time-safe bidirectional parsing/formatting
1313 → ` new StringFormat("/home/{user}/{date}").parse(filePath, (user, date) -> ...) `
14- - ✅ [ ` SafeSql ` ] ( ./mug-guava/src/main/java/com/google/mu/safesql/README.md ) – SQL template (*** 0 injection risk *** )
14+ - ✅ [ ` SafeSql ` ] ( ./mug-guava/src/main/java/com/google/mu/safesql/README.md ) – SQL template (*** strong type guarantee, no SQL injection *** )
1515 → ``` SafeSql.of("select id, `{col}` from Users where id = {id}", col, id) ```
1616- ✅ [ ` DateTimeFormats ` ] ( ./mug/src/main/java/com/google/mu/time/README.md ) – parse datetimes by example
1717 → ` DateTimeFormatter format = formatOf("2024-03-14 10:00:00.123 America/New_York") `
You can’t perform that action at this time.
0 commit comments