DRAFTThis page is not published. Only visible in development mode.
text module

text::ascii

Get the ASCII code of the first character in a string.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string whose first character's ASCII code will be returned.

Return Value

Returns an Integer representing the ASCII code of the first character in the string.

Examples

$ Get ASCII code
$ ctrl+enter to run

Related Functions