Learn how to play with strings in Java programming. Here are most commonly used examples −
How to compare strings?
How to search last occurance of a substring inside a substring?
How to remove a particular character from a string?
How to replace a substring inside a string by another one ?
How to reverse a String?
How to search a word inside a string?
How to split a string into a number of substrings ?
How to convert a string totally into upper case?
How to match regions in a string?
How to compare performance of two strings?
How to optimize string creation?
How to format strings?
How to concatenate two strings?
How to get unicode of strings?
How to buffer strings?