Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

StrLower

Use this function to convert text in a symbol or character string to lowercase letters.

You can use the StrLower function to convert all uppercase letters in symbols to lowercase.

Copy

Syntax

STRLOWER (SymName|"String")        

where:

  • SymName is the name of a symbol.
  • String is a character string, enclosed in double quotation marks.
Copy

Syntax example

LowCase = STRLOWER ("A11234")            
Copy

Example

CREATE VARIABLE LowCase AS STRING
LowCase = STRLOWER ("A11234")
A11234 will equal "a11234" (without the double quotation marks)        

Published:

StrLower

Use this function to convert text in a symbol or character string to lowercase letters.

You can use the StrLower function to convert all uppercase letters in symbols to lowercase.

Copy

Syntax

STRLOWER (SymName|"String")        

where:

  • SymName is the name of a symbol.
  • String is a character string, enclosed in double quotation marks.
Copy

Syntax example

LowCase = STRLOWER ("A11234")            
Copy

Example

CREATE VARIABLE LowCase AS STRING
LowCase = STRLOWER ("A11234")
A11234 will equal "a11234" (without the double quotation marks)        

For an optimal Community experience, Please view on Desktop