* BAEL-17342 Slice 9 | The top 100 articles should have their own package in the module * BAEL-17342 Slice 9 | The top 100 articles should have their own package in the module -Updated for junit-assert-exception
=========
Java Strings Cookbooks and Examples
Relevant Articles:
- String Operations with Java Streams
 - Converting String to Stream of chars
 - Java 8 StringJoiner
 - Converting Strings to Enums in Java
 - Quick Guide to the Java StringTokenizer
 - Use char[] Array Over a String for Manipulating 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
 - Converting a Stack Trace to a String in Java
 - Sorting a String Alphabetically in Java
 - String Not Empty Test Assertions in Java
 - String Performance Hints
 - Using indexOf to Find All Occurrences of a Word in a String
 - Adding a Newline Character to a String in Java
 - Remove or Replace part of a String in Java
 - Replace a Character at a Specific Index in a String in Java