Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

lowerCase

lowerCase( 
S_string 
) 
=> t_result

Description

Returns a string that is a copy of the given argument with uppercase alphabetic characters replaced by their lowercase equivalents.

If the parameter is a symbol, the name of the symbol is used.

Arguments

S_string

Input string or symbol.

Value Returned

t_result

Copy of S_string in lowercase letters.

Examples

lowerCase("Hello World!") 
=> "hello world!" 

Related Topics

String Functions

upperCase


Return to top
 ⠀
X