as_string
integer.as_string
Precondition
pre debug: 1 < base ≤ 36
Constructors
ascii -- unit feature to group ascii encoding related features
base16 encoding and decoding as defined in RFC 4648
https://datatracker.ietf.org/doc/html/rfc4648#section-8
https://datatracker.ietf.org/doc/html/rfc4648#section-8
Base32 encoding and decoding as defined in RFC 4648
https://datatracker.ietf.org/doc/html/rfc4648#section-6
https://datatracker.ietf.org/doc/html/rfc4648#section-6
Base32hex encoding and decoding as defined in RFC 4648
https://datatracker.ietf.org/doc/html/rfc4648#section-7
https://datatracker.ietf.org/doc/html/rfc4648#section-7
Base64 encoding and decoding as defined in RFC 4648
html -- unit feature to group html encoding related features
Percent (url) encoding and decoding as specified in RFC 3986 section 2.1
* The alphanumeric characters "a" through "z", "A" through "Z" and "0" through "9" remain the same.
* The special characters "-", ".", "_", and "~" remain the same.
* All other characters are unsafe and get converted.
* The alphanumeric characters "a" through "z", "A" through "Z" and "0" through "9" remain the same.
* The special characters "-", ".", "_", and "~" remain the same.
* All other characters are unsafe and get converted.
0.095dev (GIT hash c0597c5e4454e0a756871b577946c51ba77d9fde)
the first character.