Lcase

Convert a string to lower-case.

Syntax
      Lcase(string)

Key
   string    A string or string expression.

Examples

Dim strDemo
strDemo = Lcase("12 ACACIA Gardens")
Msgbox strDemo
Returns "12 acacia gardens"

“Graze on my lips, and if those hills be dry, Stray lower, where the pleasant fountains lie” ~ Shakespeare (Venus and Adonis)

Related VBScript commands

UCase - Uppercase String
If..Then - Conditionally execute a block of statements.


 
Copyright © 1999-2024 SS64.com
Some rights reserved