8c3598b441
* Bean Object, server side and client side example for event streaming example * BAEL-1628 Access a File from the Classpath in a Spring Application * inputstream retrieval added * Removed files related to evaluation article * + Aligning code to the article. Removed Utility methods and classes * Precommit fix * PMD fixes * Code Review changes Refactored : whenResourceUtils_thenReadSuccessful * BAEL-1934 * +indentation correction in pom.xml * synced with master * Precommit : rebase * BAEL-1782 * BAEL - 2166 : Password Generation * Removed unnecessary javaDoc * Segregated utility method |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Java Strings Cookbooks and Examples
Relevant Articles:
- String Operations with Java Streams
- Converting String to Stream of chars
- Java 8 StringJoiner
- Image to Base64 String Conversion
- Java – Generate Random String
- Convert char to String in Java
- Convert String to int or Integer in Java
- How to Convert String to different data types in Java
- Converting Strings to Enums in Java
- Quick Guide to the Java StringTokenizer
- Count Occurrences of a Char in a String
- Split a String in Java
- How to Remove the Last Character of a String?
- CharSequence vs. String in Java
- StringBuilder and StringBuffer in Java
- Guide to Java String Pool
- Check if a String is a Palindrome
- Comparing Strings in Java
- Check If a String Is Numeric in Java
- Why Use char[] Array Over a String for Storing Passwords in Java?
- Convert a String to Title Case
- Compact Strings in Java 9
- Java Check a String for Lowercase/Uppercase Letter, Special Character and Digit
- Convert java.util.Date to String
- Get Substring from String in Java
- Converting a Stack Trace to a String in Java
- Sorting a String Alphabetically in Java
- Remove Emojis from a Java String
- String Not Empty Test Assertions in Java
- String Performance Hints