Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
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 Convert String to Character using Apache Commons Lang
Java Convert String to Character using Apache Commons Lang

In this Java tutorial we learn how to convert a String object to a Character object using the CharUtils class of Apache Commons Lang library.

Java Convert String to char using Apache Commons Lang
Java Convert String to char using Apache Commons Lang

In this Java tutorial we learn how to convert a String object into a char value using the CharUtils class of Apache Commons Lang library.

Java Convert char to String using Apache Commons Lang
Java Convert char to String using Apache Commons Lang

In this Java tutorial we learn how to Convert a char value to a String object using the CharUtils of Apache Commons Lang library.

Java Convert Character to String using Apache Commons Lang
Java Convert Character to String using Apache Commons Lang

In this Java tutorial we learn how to Convert a Character object to a String object using the CharUtils of Apache Commons Lang library.

Java Convert Class Loader to String using Apache Commons Lang
Java Convert Class Loader to String using Apache Commons Lang

In this Java tutorial we learn how to convert a ClassLoader or a URLClassLoader to String which presents detailed information of a class loader using the ClassLoaderUtils class of Apache Commons Lang library.

Java Squeeze Repetition Characters in a String using Apache Commons Lang
Java Squeeze Repetition Characters in a String using Apache Commons Lang

In this Java tutorial we learn how to squeeze any repetition characters in a given String using the CharSetUtils class of Apache Commons Lang library.

Java Keep Only Characters Present in a String using Apache Commons Lang
Java Keep Only Characters Present in a String using Apache Commons Lang

In this Java tutorial we learn how to populate a String which keeps only given characters present in the String using the CharSetUtils class of Apache Commons Lang library.

Java Delete Characters in a String using Apache Commons Lang
Java Delete Characters in a String using Apache Commons Lang

In this Java tutorial we learn how to delete any of the characters present in a given String using CharSetUtils class of Apache Commons Lang library.

  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.