String Utils
Overview
Library containing a collection of string utilities.
It contains classes for doing simple string regex transformations and string masking that implement the UnaryOperator interface to allow dependency inversion and easier testing.
There is also a composer function that allows you to compose multiple functions into a single function if required.
Useful Commands
// cleans build directories
// prints currentVersion
// formats code
// builds code
// runs tests
// checks for gradle issues
// checks dependency versions
./gradlew clean currentVersion dependencyUpdates lintGradle spotlessApply build