Java – String subSequence() Method

13 years ago

Description: This method returns a new character sequence that is a subsequence of this sequence. Syntax: Here is the syntax…

Java – String startsWith() Method

13 years ago

Description: This method has two variants and tests if a string starts with the specified prefix beginning a specified index…

Java – String split() Method

13 years ago

Description: This method has two variants and splits this string around matches of the given regular expression. Syntax: Here is…

Java – String replaceFirst() Method

13 years ago

Description: This method replaces the first substring of this string that matches the given regular expression with the given replacement.…

Java – String replaceAll() Method

13 years ago

Description: This method replaces each substring of this string that matches the given regular expression with the given replacement. Syntax:…

Java – String replace() Method

13 years ago

Description: This method returns a new string resulting from replacing all occurrences of oldChar in this string with newChar. Syntax:…

Java – String regionMatches() Method

13 years ago

Description: This method has two variants which can be used to test if two string regions are equal. Syntax: Here…

Java – String matches() Method

13 years ago

Description: This method tells whether or not this string matches the given regular expression. An invocation of this method of…

Java – String length() Method

13 years ago

Description: This method returns the length of this string. The length is equal to the number of 16-bit Unicode characters…

Spring Tutorial – Learn Spring Framework step by step

13 years ago

Spring Tutorial provides basic and advanced concepts of Spring Framework. Our Spring Tutorial is designed for beginners and professionals both.…