Jan Caha d6829feffe
[FEATURE] ascii function for expressions
Returns the unicode code associated with the first character of a string
2020-04-20 09:28:57 +10:00

8 lines
292 B
Plaintext

{
"name": "ascii",
"type": "function",
"description": "Returns the unicode code associated with the first character of a string.",
"arguments": [ {"arg":"string","description":"the string to convert to unicode code"}],
"examples": [ { "expression":"ascii('Q')", "returns":"81"} ]
}