bmel:upper¶
Category: String · Returns: bmel:string
bmel:upper(expr: bmel:string)
Description¶
Converts all characters of the string to uppercase.
Arguments¶
| Parameter | Type | Required | Description |
|---|---|---|---|
expr | bmel:string | ✅ | The string to convert. |
Example¶
bmel:upper({order:Response Payload}.$.status)