From f4d28321cc1eba9f55b0feec0c3f31af9dc79549 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 2 Mar 2023 16:56:23 +0100 Subject: [PATCH] docs: documented 'string_is_char_alpha' --- .wiki/Kernel-documentation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 4d1de1c..e84c381 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -1389,6 +1389,9 @@ Converts the boolean in **_value_** to an alphanumeric string. The representation is `true` or `false`. This string will be written into **_string_**. +#### `string_is_char_alpha(chr)` - function (bool) +Returns whether the char (**_chr_**) is alphanumeric or not. + ### symbol.h #### `symbol_type_E` - enum - **Function**