upper
Returns the uppercase subject string.
upper(subject: string) -> string Description
Returns the uppercase subject string.
Arguments
Required
| Name | Type | Description |
|---|---|---|
subject |
string |
Subject string |
Returns
Type: string
Examples
search(upper(@), "string") → "STRING"