$lower()

DESCRIPTION
    returns a string all in lower case
SYNOPSIS
    $lower(s)
ARGUMENTS
    s - a quoted string, or string expression
EXAMPLES
# pikt +C 'output $lower("NO NEED TO SHOUT!")'
no need to shout!
        rule
                set $il = $lower($inlin)
        rule
                =output_alarm_log($lower($inlin))
        rule    // convert all upper case to first letter capitalized only
                set $nm = $proper($lower($name))
	rule
	        set $hdr = $proper($lower($command("=ps | =head -n 1")))
SEE ALSO
    $upper()
    $proper()

    String Functions
    Numerical 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 2019-01-12.   This site is PIKT® powered.
Copyright © 1998-2019 Robert Osterlund. All rights reserved.
Home FAQ News Intro Samples Tutorial Reference Software
PIKT Logo
PIKT Page Title
View sample
broken external
link checker
Pikt script