string_to_u8array


string_to_u8array(s)
      

Return the characters in the string s as an unsigned byte array.

Examples:


string_to_u8array("hello")
// #u8[104, 101, 108, 108, 111]
      

Also see:

u8array_to_string
string_to_bit_array
string_to_list


Core Module Index | Contents