Was this page helpful?

String.IsLetter

    Table of contents
    1. 1. Usage Restrictions
    2. 2. Parameters
    3. 3. Result
    4. 4. Samples
    String.IsLetter(str : str) : bool 

    Check if first character in string is an alphabetic character.

    Usage Restrictions

    8.05.2b or later

    Parameters

    Name Type Description
    str string The string value.

            

    Result

    True if the first character in the string is an alphabetic character.

    Samples

             Output

    Check if first character in string is an alphabetic character:

    {{ String.IsLetter("One cat") }} 

            

    true

    Check if first character in string is an alphabetic character:

    {{ String.IsLetter("1 cat") }} 

            

    false

            

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

    Copyright © 2011 MindTouch, Inc. Powered by