as_string
array3.as_string
Constructors
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
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 (2025-09-09 14:29:31 GIT hash 98644f8f651c2101a0730cfe31c5807993b7603b built by fridi@fzen)
representations of its contents, separated by ',' and enclosed in '['
and ']'. Arrays in inner dimensions are grouped using '[' and ']'.