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

upperCase

upperCase( 
S_string 
) 
=> t_result

Description

Returns a string that is a copy of the given argument with the lowercase alphabetic characters replaced by their uppercase 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 uppercase letters.

Examples

upperCase("Hello world!") 
=> "HELLO WORLD!"

Related Topics

String Functions

lowerCase


Return to top
 ⠀
X