Strupper

From kwiki

Jump to: navigation, search
This article is written by Konrad, thus using rather nonstandard English:)

strupper (DNM Script function)

Contents

full declaration

String strupper (string str)

return value

String

description

Convert string to uppercase (returns the result)

example

var $s="Hello World";
$s=strupper($s);
MessageBox($s);//"HELLO WORLD"
$s=strlower($s);
MessageBox($s);//"hello world"


keywords: strupper string uppercase up big make
Personal tools
konradp.com