StrLwr()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous functions >

StrLwr()

Description

Convert all uppercase letters in a string to lowercase.

 

Type

REGULAR FUNCTION

 

Usage

AllLower = StrLwr(String)

 

String

STRING

String for conversion.

AllLower

STRING

String converted to all lowercase.

 

Related Topics