docs: documented 'string_is_char_alpha'

This commit is contained in:
antifallobst 2023-03-02 16:56:23 +01:00
parent 2a2d5b0ab6
commit f4d28321cc
1 changed files with 3 additions and 0 deletions

View File

@ -1389,6 +1389,9 @@ Converts the boolean in **_value_** to an alphanumeric string.
The representation is `true` or `false`. The representation is `true` or `false`.
This string will be written into **_string_**. 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.h
#### `symbol_type_E` - enum #### `symbol_type_E` - enum
- **Function** - **Function**