Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Google Guava Tutorial
Java Google Guava Tutorial

In this Java Google Guava tutorial we learn how to use the Google Guava library.

Java Convert between Case Format of String using Google Guava
Java Convert between Case Format of String using Google Guava

Learn how to use the com.google.common.base.CaseFormat class of Google Guava library to convert between various case formats of strings.

Java Truncate ASCII String using Google Guava
Java Truncate ASCII String using Google Guava

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.

Java Check ASCII Character is UPPERCASE using Google Guava
Java Check ASCII Character is UPPERCASE using Google Guava

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.

Java Check ASCII Character is lowercase using Google Guava
Java Check ASCII Character is lowercase using Google Guava

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.

Java Check two ASCII Strings Equals Ignore Case using Google Guava
Java Check two ASCII Strings Equals Ignore Case using Google Guava

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.

Java Convert ASCII String to UPPERCASE using Google Guava
Java Convert ASCII String to UPPERCASE using Google Guava

Learn how to use the com.google.common.base.Ascii class of Google Guava library to convert ASCII String or character to uppercase String.

Java Convert ASCII String to lowercase using Google Guava
Java Convert ASCII String to lowercase using Google Guava

Learn how to use the com.google.common.base.Ascii class of Google Guava library to convert ASCII String or character to lowercase.

Escape URL in Java using Google Guava
Escape URL in Java using Google Guava

Learn how to escape URL form parameter names and values, fragment, path segments using the UrlEscapers class of Google Guava library.

Escape XML Content and Attribute in Java using Google Guava
Escape XML Content and Attribute in Java using Google Guava

Learn how to escape a XML content string or XML attribute value using the XmlEscapers class of Google Guava library.

  • 1
  • 2

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.