Skip to content

Commit

Permalink
Add trimmed objects external equivalents to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehyil committed Aug 4, 2017
1 parent 79d491d commit 6944bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ Cactoos | Guava | Apache Commons | JDK 8
`SplitText` | - | - | `String#split()`
`StringAsUrl` | - | - | `URLEncoder.encode()`
`SubText` | - | - | `String#substring()`
`TrimmedText` | - | - | `String#trim()`
`TrimmedLeftText` | - | - | -
`TrimmedRightText` | - | - | -
`TrimmedText` | - | `StringUtils.stripAll()` | `String#trim()`
`TrimmedLeftText` | - | `StringUtils.stripStart()` | -
`TrimmedRightText` | - | `StringUtils.stripEnd()` | -
`UpperText` | - | - | `String#toUpperCase()`
`UrlAsString` | - | - | `URLDecoder.decode()`
`StickyList` | ? | ? | `Arrays.asList()`
Expand Down

0 comments on commit 6944bb3

Please sign in to comment.