ENCODE_STRING
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Converts a string to a binary, given an encoding.
Syntax
ENCODE_STRING(<string>, encoding)
Example
ENCODE_STRING("Hello world", "utf-8")