Release Notes
Enhancements
- Added the methods below:
- defaultString(String str, String[] array)
- randomString(String[] array)
- toSnakeCase(String str)
- Improved documentation and test coverage
Bug Fixes
- Fixed an issue with the
areAnagrams
method where it was performing a case sensitive check for the two words passed in