Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
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.

Java Apache Commons Codec Tutorial
Java Apache Commons Codec Tutorial

In this Java Apache Commons Codec Tutorial we learn how to use the Java Apache Commons Codec library.

Java Apache Commons IO Tutorial
Java Apache Commons IO Tutorial

In this Java Apache Commons IO Tutorial we learn how to use the Java Apache Commons IO library.

Java Apache Commons Lang Tutorial
Java Apache Commons Lang Tutorial

In this Java Apache Commons Lang Tutorial we learn how to use the Apache Commons Lang 3 library.

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.

Java CommonMark Tutorial
Java CommonMark Tutorial

In this Java CommonMark Tutorial we learn how to use the commonmark-java library and extensions.

  • 1
  • 2
  • 3
  • …
  • 66
  • 67
  • 68
  • …
  • 103

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.