Implements Base26 encoding and decoding, which is useful to represent large integers in a short, case-insensitive, alphabetic format.
See the tests for example usage.
Implements Base26 encoding and decoding, which is useful to represent large integers in a short, case-insensitive, alphabetic format.
See the tests for example usage.