* BAEL-5614 Remove Last Char from String Builder - Added initial code with main - Added initial tests for each method going to be written on * Update RemoveLastChar.java * Update and rename RemoveLastCharTest.java to RemoveLastCharUnitTest.java Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
Relevant Articles:
- Ignoring Commas in Quotes When Splitting a Comma-separated String
 - Compare Strings While Ignoring Whitespace in Java
 - Concatenating Null Strings in Java
 - Split a String Every n Characters in Java
 - String equals() Vs contentEquals() in Java
 - Check if a String Ends with a Certain Pattern in Java
 - Check if a Character is a Vowel in Java
 - How to Truncate a String in Java
 - Remove Whitespace From a String in Java
 - Named Placeholders in String Formatting