
Guava introduces many advanced string utilities based on developers' experience in application development works. Following is the list of useful string based utilities −
| Sr.No | Utility name & Description |
|---|---|
| 1 | Joiner
Utility to join objects, string etc. |
| 2 |
Splitter
Utility to split string. |
| 3 |
CharMatcher
Utility for character operations. |
| 4 |
CaseFormat
Utility for changing string formats. |