Skip to content

bmel:lower

Category: String · Returns: bmel:string

bmel:lower(expr: bmel:string)

Description

Converts all characters of the string to lowercase.

Arguments

Parameter Type Required Description
expr bmel:string The string to convert.

Example

bmel:lower({order:Response Payload}.$.country_code)

Back to BMEL Reference