No Image

Java – String trim() method

May 2, 2017 SJ 0

In this article, we will discuss String’s trim() method which is used remove both leading and trailing white-spaces 1. String’s trim() method: This String method is used to Read More

No Image

Java – String replace() method

April 27, 2017 SJ 0

In this article, we will discuss different variants of replace methods to replace character/substring with another new string using String’s replace() method 1. String’s replace() Read More

No Image

Java – String matches() method

April 26, 2017 SJ 0

In this article, we will discuss matches() method of String class which is used to compare invoking string with the specified regex 1. String’s matches() method: This Read More

1 62 63 64 65 66 79