@LOWER

Windows Linux macOS

Syntax

@LOWER(<string>)

Description

This function returns the string <string> converted entirely to lower case characters.

OK

Unchanged.

Example

%S = @LOWER(The Quick Brown Fox)
REM %S now contains 'the quick brown fox'

See also