Objective: Convert a string to all lowercase letters.
Instructions:
Define the Initial Text:
Create a variable named
input_textand assign it the valueHELLO WORLD.
Convert the Text:
Create a variable named
lowercase_textand use a filter to convert the value ofinput_textto 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