string
Source: /avail/Avail/Foundation/Characters
Categories: Unicode
Answer a lowercased variant of the specified string.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | s | string | ||
Returns | string |
character
Source: /avail/Avail/Foundation/Characters
Categories: Unicode
If a corresponding lowercase character is available, that character is returned. Otherwise, the original character is returned.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | c | character | ||
Returns | string |