as_string
array2.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 (2026-02-20 12:42:29 GIT hash dbcc3e4b3d2a59f66230b482cff8f0b018178d77 built by fridi@fzen)
representations of its contents, separated by ',' and enclosed in '['
and ']'. Arrays in inner dimensions are grouped using '[' and ']'.