Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

utf16

Function
Arg Description Type
string A string to decode string (required)

Description

Parse input from utf16.

Example

utf16(string='A\x00B\x00C\x00D\x00') -> "ABCD"