Was this page helpful?

String.ToLower

    Table of contents
    1. 1. Usage Restrictions
    2. 2. Parameters
    3. 3. Result
    4. 4. Samples
    string.toLower(text : str) : str
    

    Convert string to lowercase characters.

    Usage Restrictions

    1.8.3 or later

    Parameters

    Name Type Description
    text
    str The string value.

    Result

    A string of the original, but in lower case.

    Samples


    Output

    To turn a string into lower case:

    {{ string.tolower("HELLO WORLD") }} 

     

    hello world 
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by