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.
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/stringz
- Owner: mehmetpekdemir
- Created: 2020-06-23T15:30:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T21:44:13.000Z (over 5 years ago)
- Last Synced: 2023-03-01T07:32:43.728Z (over 2 years ago)
- Topics: java-8, string
- Language: Java
- Homepage: https://github.com/mehmetpekdemir/Stringz
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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