Skip to content

base64 substring u8vector

Chris Petersen edited this page Nov 4, 2015 · 1 revision

Decodes a base64 encoded substring and returns a u8vector.

Parameter Description
str string to decode
start string start index
end string end index

Example

> (base64-substring->u8vector "TEST:HcoDVdC7Sds=" 5 17)
#u8(29 202 3 85 208 187 73 219)
Clone this wiki locally