strings Latest (v1.1.4)

lower

Returns the lowercase subject string.

lower(subject: string) -> string

Description

Returns the lowercase subject string.

Arguments

Required

Name Type Description
subject string Subject string

Returns

Type: string

Examples

search(lower(@), "STRING") → "string"