Skip to content

andrea-ligios/legendary-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legendary Utils

Build Status Coverage Status License: MIT security status stability status

Epic tools the world needed

Requirements: Java8+ and SLF4J-API. No other dependencies by-design.

Extensively Unit-Tested with JUnit 5.

FilenameSanitizer

FilenameSanitizer performs the sanitization of a filename in order to make it safe to be used for a file creation on every modern File System.

Unallowed chars are replaced with a safe token (an underscore) according to every modern File System naming convention.

READ MORE.

WordsCapitalizer

WordsCapitalizer performs the full capitalization of a String in the right way (lowering when needed, taking into account Locales and Surrogate Pairs) and also allowing the user to specify custom delimiters and get complex behaviours. Perfect when handling last names, street names, etc.

READ MORE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages