An open API service indexing awesome lists of open source software.

https://github.com/mehmetpekdemir/stringz

This is a Stringz class. It includes many methods.
https://github.com/mehmetpekdemir/stringz

java-8 string

Last synced: 7 months ago
JSON representation

This is a Stringz class. It includes many methods.

Awesome Lists containing this project

README

          

## This is a Stringz class.

### Contains the following methods :
- Counts duplicate characters from a given string.
- Returns the first non-repeated character from a given string.
- Reverses words of a given string.
- Checks if the given string contains only digits.
- Counts the number of vowels and consonants in a given string.
- Counts occurrences of a certain character in a given string.
- Removes all whitespaces from the given string.
- Joins the given strings by the given delimiter.
- Generates all permutations of a given string.
- Determines if the given string is palindrome or not.
- Removes the duplicate characters from the given string.
- Removes the given character from the given string.
- Finds the character with the most appearances in the given string.
- Sorts by length the given array of strings.
- Checks if the given string contains the given substring.
- Count the occurrences of a given string in another given string.
- Checks if two strings are anagrams.
- Concatenates the same string of a given number of times.
- Finds the longest common prefix of given strings.

### Requirements :
For building and running the application you need:

- [JDK 1.8](https://www.oracle.com/tr/java/technologies/javase-downloads.html) or newer