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 2