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

No Image

Java – String indexOf() method

July 29, 2016 SJ 0

In this article, we will discuss different variants of index of methods to get first occurrence of character/substring using String’s indexOf() method 1. String’s indexOf() method: Read More

1 5 6 7 8