Convert to Upper case
Last updated
Was this helpful?
Last updated
Was this helpful?
This pre-built action, located under @Generic Element, instructs Avo Assure to convert a given string to uppercase and stores the converted string into the dynamic variable.
Syntax
Input Value: <input string>
<input string> (Required)
Required input string to convert into the upper case
Output Value
<Dynamic Variable> (Required)
This variable stores the converted string
<Dynamic Variable> (Optional)
This variable stores the status as True or False
Example Convert low case (Alice Johnson) to upper case (ALICE JOHNSON) The Convert to Upper Case action takes the value from Input value column (Alice Johnson) and converts into the upper case (ALICE JOHNSON). The converted string is stored in the {Upper case} variable, while the conversion status is stored in {Status} variable, with the following possible values:
True – if the case changed or
False – if the case not changed
Knowledge Bites: Below are some examples of different string scenarios
Text Strings
automation
AUTOMATION
Special Character
abc@domain.com
ABC@DOMAIN.COM
Alphanumeric strings
id2025
ID2025