Java Google Guava Tutorial
In this Java Google Guava tutorial we learn how to use the Google Guava library.
In this Java Google Guava tutorial we learn how to use the Google Guava library.
Learn how to use the com.google.common.base.CaseFormat class of Google Guava library to convert between various case formats of strings.
Learn how to use the com.google.common.base.Ascii class of Google Guava library to truncate an ASCII String with a given max length and truncation indicator.
Learn how to use the com.google.common.base.Ascii class of Google Guava library to indicate whether an ASCII character is an uppercase character.
Learn how to use the com.google.common.base.Ascii class of Google Guava library to indicate whether an ASCII character is a lowercase character.
Learn how to use the com.google.common.base.Ascii class of Google Guava to indicate whether the contents of two String are equal, ignoring lowercase or uppercase.
Learn how to use the com.google.common.base.Ascii class of Google Guava library to convert ASCII String or character to uppercase String.
Learn how to use the com.google.common.base.Ascii class of Google Guava library to convert ASCII String or character to lowercase.
Learn how to escape URL form parameter names and values, fragment, path segments using the UrlEscapers class of Google Guava library.
Learn how to escape a XML content string or XML attribute value using the XmlEscapers class of Google Guava library.