Created
September 18, 2018 08:31
-
-
Save Zuchos/c2d572c542d54fdca8c966926a279df0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class IdPrettifier( | |
encoder: Codec = new AlphabetCodec(Alphabet.Base23), | |
partsSize: Int = 5, | |
delimiter: Char = '-', | |
leadingZeros: Boolean = true | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment