File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
mug/src/main/java/com/google/mu/util Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ Optional<String> quotedBy(String open, String close) {
100100
101101### Comparison to StringUtils
102102
103- | Task | Apache StringUtils | Substring API |
104- | ---------------------------- | ---------------------------------- | -------------------------------------- a
105- | After last `. ` | `substringAfterLast(name, " ." )` | `after(last(' .' )). from(name)` |
106- | Between delimiters | `substringBetween(... )` | `between(... ). from(... )` |
107- | Safe fallback | Null check | `Optional<String > ` |
108- | Pattern composition | ❌ | ✅ Chainable |
103+ | Task | Apache StringUtils | Substring API |
104+ | ---------------------------- | -------------------------------- - | ------------------------------------ - |
105+ | After last `. ` | `substringAfterLast(name, " ." )` | `after(last(' .' )). from(name)` |
106+ | Between delimiters | `substringBetween(... )` | `between(... ). from(... )` |
107+ | Safe fallback | Null check | `Optional<String > ` |
108+ | Pattern composition | ❌ | ✅ Chainable |
109109
110110### Optional - safe chaining
111111
You can’t perform that action at this time.
0 commit comments