fcase()
Description
This function converts the incoming string to first case (where each area of text separated by spaces has the initial character capitalized).
Prototype
fcase (
string )
s
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| s | None | string |


