mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
{
|
|
"name": "char",
|
|
"type": "function",
|
|
"groups": ["String"],
|
|
"description": "Returns the character associated with a unicode code.",
|
|
"arguments": [ {"arg":"code","description":"a unicode code number"}],
|
|
"examples": [ { "expression":"char(81)", "returns":"'Q'"} ]
|
|
}
|