Liz Anaya Ramos
 · Developer Community Manager @ Xano

Challenge #19 - Case Converter

Objective: Convert a string to all lowercase letters.

Instructions:

  1. Define the Initial Text:

    • Create a variable named input_text and assign it the value HELLO WORLD.

  2. Convert the Text:

    • Create a variable named lowercase_text and use a filter to convert the value of input_text to all lowercase letters.

  3. 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