Objective: Convert a string to all lowercase letters.
Instructions:
Define the Initial Text:
Create a variable named
input_text
and assign it the valueHELLO WORLD
.
Convert the Text:
Create a variable named
lowercase_text
and use a filter to convert the value ofinput_text
to all lowercase letters.
Submit your result contained in the variable
lowercase_text
.
Expected Result:
Submit the variable lowercase_text
as your answer. See example below:
Install the snippet to get started: https://www.xano.com/snippet/XwN5GThx