docs: documented 'string_is_char_alpha'
This commit is contained in:
parent
2a2d5b0ab6
commit
f4d28321cc
|
@ -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**
|
||||||
|
|
Loading…
Reference in New Issue