#islower()

DESCRIPTION
    returns TRUE if a character, or first character in a string, is a lower-case letter
SYNOPSIS
    #islower(s)
ARGUMENTS
    s - a quoted string, or string expression
EXAMPLES
# pikt +C 'output $text(#islower("a"))'
1

# pikt +C 'output $text(#islower("A"))'
0

# pikt +C 'output $text(#islower("9"))'
0

# pikt +C 'output $text(#islower("!"))'
0

# pikt +C 'output $text(#islower(" "))'
0

# pikt +C 'output $text(#islower($char(3)))'
0

# pikt +C 'output $text(#islower("is this a lower case letter?"))'
1
SEE ALSO
    #isalnum()
    #isalpha()
    #iscntrl()
    #isdigit()
    #isgraph()
    #isprint()
    #ispunct()
    #isspace()
    #isupper()

    Numerical Functions
    String Functions
 
Home | FAQ | News | Intro | Samples | Tutorial | Reference | Software
Developer's Notes | Licensing | Authors | Pikt-Users | Pikt-Workers | Related Projects | Site Index | Privacy Policy | Contact Us
Page best viewed at 1024x768 or greater.   Page last updated 2018-01-02.   This site is PIKT® powered.
Copyright © 1998-2018 Robert Osterlund. All rights reserved.
Home FAQ News Intro Samples Tutorial Reference Software
PIKT Logo
PIKT Page Title
View sample
clear tmp
directories
Pikt script