Skip to content

Instantly share code, notes, and snippets.

@Zuchos
Created September 18, 2018 08:31
Show Gist options
  • Save Zuchos/c2d572c542d54fdca8c966926a279df0 to your computer and use it in GitHub Desktop.
Save Zuchos/c2d572c542d54fdca8c966926a279df0 to your computer and use it in GitHub Desktop.
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